From de79828b9fcdf6630093d654fc073d2a8fb4a8af Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 28 Dec 2016 20:11:12 +0100 Subject: [PATCH] Fixed warning about unused variable in controllermap program. --- test/controllermap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/controllermap.c b/test/controllermap.c index 6fa64570d1f4b..d0abc784c55e3 100644 --- a/test/controllermap.c +++ b/test/controllermap.c @@ -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,