Skip to content

Commit

Permalink
Fixed unused local variable warning in joystick source for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 24, 2013
1 parent 28309c1 commit b97e077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/joystick/android/SDL_sysjoystick.c
Expand Up @@ -421,7 +421,6 @@ int
SDL_SYS_JoystickOpen(SDL_Joystick * joystick, int device_index)
{
SDL_joylist_item *item = JoystickByDevIndex(device_index);
char *fname = NULL;

if (item == NULL ) {
return SDL_SetError("No such device");
Expand Down

0 comments on commit b97e077

Please sign in to comment.