Просмотр исходного кода

Emscripten: Removed unused internal function.

Philipp Wiesemann 11 лет назад
Родитель
Сommit
052720f7d5
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      src/joystick/emscripten/SDL_sysjoystick.c

+ 0 - 6
src/joystick/emscripten/SDL_sysjoystick.c

@@ -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)