Skip to content

Commit

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

Expand Down

0 comments on commit 0a3f9d0

Please sign in to comment.