Commit de79828b9fcdf6630093d654fc073d2a8fb4a8af

Philipp Wiesemann 2016-12-28T20:11:12

Fixed warning about unused variable in controllermap program.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/controllermap.c b/test/controllermap.c
index 6fa6457..d0abc78 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,