Commit 0a3f9d0cfbdbf26bb0550bc75c4bae0b4037eaf5

Philipp Wiesemann 2016-12-16T22:58:16

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 6ea20a2..6e31d02 100644
--- a/test/controllermap.c
+++ b/test/controllermap.c
@@ -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;