Fixed warning about unused variable in controllermap program.

Philipp Wiesemann 2016-12-28 20:11:12 +01:00
parent af26379881
commit de79828b9f
1 changed files with 0 additions and 1 deletions

View File

@ -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,