Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Emscripten: Removed unused internal function.
  • Loading branch information
philippwiesemann committed Feb 15, 2015
1 parent bd2d014 commit 052720f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/joystick/emscripten/SDL_sysjoystick.c
Expand Up @@ -261,12 +261,6 @@ void SDL_SYS_JoystickDetect()
{
}

// we need to poll to see if the gamepad state has changed
SDL_bool SDL_SYS_JoystickNeedsPolling()
{
return SDL_TRUE;
}

/* Function to get the device-dependent name of a joystick */
const char *
SDL_SYS_JoystickNameForDeviceIndex(int index)
Expand Down

0 comments on commit 052720f

Please sign in to comment.