diff options
-rw-r--r-- | code/unix/sdl_glimp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index b010055..ebb6b91 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 ) + |