Browse Source

Android: Restored Philipp's joystick change, lost in the previous merge.

This patch, specifically: https://hg.libsdl.org/SDL/rev/c0976de9c332
Ryan C. Gordon 9 years ago
parent
commit
dddd6a5a9a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/joystick/android/SDL_sysjoystick.c

+ 0 - 2
src/joystick/android/SDL_sysjoystick.c

@@ -323,7 +323,6 @@ Android_RemoveJoystick(int device_id)
 {
     SDL_joylist_item *item = SDL_joylist;
     SDL_joylist_item *prev = NULL;
-    int retval;
 #if !SDL_EVENTS_DISABLED
     SDL_Event event;
 #endif
@@ -341,7 +340,6 @@ Android_RemoveJoystick(int device_id)
         return -1;
     }
 
-    retval = item->device_instance;
     if (item->joystick) {
         item->joystick->hwdata = NULL;
     }