author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Sun, 15 Feb 2015 21:47:10 +0100 | |
changeset 9353 | 4528766f5d2c |
parent 9352 | 2cbf791a601c |
child 9354 | 5709598d628a |
--- a/src/joystick/emscripten/SDL_sysjoystick.c Sun Feb 15 21:44:36 2015 +0100 +++ b/src/joystick/emscripten/SDL_sysjoystick.c Sun Feb 15 21:47:10 2015 +0100 @@ -261,12 +261,6 @@ { } -// 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)