--- a/src/joystick/dummy/SDL_sysjoystick.c Mon Nov 26 23:56:49 2012 -0800
+++ b/src/joystick/dummy/SDL_sysjoystick.c Mon Nov 26 23:58:23 2012 -0800
@@ -29,14 +29,11 @@
#include "../SDL_joystick_c.h"
/* Function to scan the system for joysticks.
- * This function should set SDL_numjoysticks to the number of available
- * joysticks. Joystick 0 should be the system default joystick.
* It should return 0, or -1 on an unrecoverable fatal error.
*/
int
SDL_SYS_JoystickInit(void)
{
- SDL_numjoysticks = 0;
return (0);
}