From 0a3f9d0cfbdbf26bb0550bc75c4bae0b4037eaf5 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 16 Dec 2016 22:58:16 +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 6ea20a24835b4..6e31d0290445e 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;