Skip to content

Commit

Permalink
Removed unused local variable to fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Nov 10, 2013
1 parent 3f2e942 commit 6e3558c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/joystick/android/SDL_sysjoystick.c
Expand Up @@ -48,7 +48,6 @@ static SDL_bool SYS_accelAsJoy;
int
keycode_to_SDL(int keycode)
{
int final = 0;
/* D-Pad key codes (API 1):
* KEYCODE_DPAD_UP=19, KEYCODE_DPAD_DOWN
* KEYCODE_DPAD_LEFT, KEYCODE_DPAD_RIGHT, KEYCODE_DPAD_CENTER
Expand Down

0 comments on commit 6e3558c

Please sign in to comment.