mirror of https://github.com/encounter/SDL.git
Fixed warning about unused variable in controllermap program.
This commit is contained in:
parent
af26379881
commit
de79828b9f
|
@ -305,7 +305,6 @@ WatchJoystick(SDL_Joystick * joystick)
|
||||||
Uint8 alpha=200, alpha_step = -1;
|
Uint8 alpha=200, alpha_step = -1;
|
||||||
Uint32 alpha_ticks = 0;
|
Uint32 alpha_ticks = 0;
|
||||||
SDL_JoystickID nJoystickID;
|
SDL_JoystickID nJoystickID;
|
||||||
Uint32 unDeflectedAxes = 0;
|
|
||||||
|
|
||||||
/* Create a window to display joystick axis position */
|
/* Create a window to display joystick axis position */
|
||||||
window = SDL_CreateWindow("Game Controller Map", SDL_WINDOWPOS_CENTERED,
|
window = SDL_CreateWindow("Game Controller Map", SDL_WINDOWPOS_CENTERED,
|
||||||
|
|
Loading…
Reference in New Issue