Emscripten: Removed unused internal function.
This commit is contained in:
parent
34e9ba9c45
commit
6c134a60d0
1 changed files with 0 additions and 6 deletions
|
@ -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 */
|
/* Function to get the device-dependent name of a joystick */
|
||||||
const char *
|
const char *
|
||||||
SDL_SYS_JoystickNameForDeviceIndex(int index)
|
SDL_SYS_JoystickNameForDeviceIndex(int index)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue