Skip to content

Commit

Permalink
Fixed warning about unused variable in controllermap program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 28, 2016
1 parent af26379 commit de79828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/controllermap.c
Expand Up @@ -305,7 +305,6 @@ WatchJoystick(SDL_Joystick * joystick)
Uint8 alpha=200, alpha_step = -1;
Uint32 alpha_ticks = 0;
SDL_JoystickID nJoystickID;
Uint32 unDeflectedAxes = 0;

/* Create a window to display joystick axis position */
window = SDL_CreateWindow("Game Controller Map", SDL_WINDOWPOS_CENTERED,
Expand Down

0 comments on commit de79828

Please sign in to comment.