From 052720f7d5146da108297d50cdd83254f6808fcb Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 15 Feb 2015 21:47:10 +0100 Subject: [PATCH] Emscripten: Removed unused internal function. --- src/joystick/emscripten/SDL_sysjoystick.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/joystick/emscripten/SDL_sysjoystick.c b/src/joystick/emscripten/SDL_sysjoystick.c index 2b2c26b59152a..8f44cf092dbbc 100644 --- a/src/joystick/emscripten/SDL_sysjoystick.c +++ b/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)