From 6b5cf6e2483934d101ee49ca4b0e740fa620e2fb Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 23 Oct 2005 17:23:23 +0000 Subject: [PATCH] * Fixed unused variable warning --- code/unix/sdl_glimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index b0100552..ebb6b91c 100644 --- a/code/unix/sdl_glimp.c +++ b/code/unix/sdl_glimp.c @@ -271,7 +271,6 @@ static void HandleEvents(void) SDL_Event e; const char *p = NULL; int key = 0; - int b = 0; if (screen == NULL) return; // no SDL context. @@ -1413,3 +1412,4 @@ void IN_JoyMove( void ) +