* Fixed unused variable warning

This commit is contained in:
Tim Angus 2005-10-23 17:23:23 +00:00
parent 69b81f2bd9
commit 6b5cf6e248

View file

@ -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 )