r177 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Oct 23 13:23:23 EDT 2005
Author: tma
Date: 2005-10-23 13:23:23 -0400 (Sun, 23 Oct 2005)
New Revision: 177
Modified:
trunk/code/unix/sdl_glimp.c
Log:
* Fixed unused variable warning
Modified: trunk/code/unix/sdl_glimp.c
===================================================================
--- trunk/code/unix/sdl_glimp.c 2005-10-23 17:18:23 UTC (rev 176)
+++ trunk/code/unix/sdl_glimp.c 2005-10-23 17:23:23 UTC (rev 177)
@@ -271,7 +271,6 @@
SDL_Event e;
const char *p = NULL;
int key = 0;
- int b = 0;
if (screen == NULL)
return; // no SDL context.
@@ -1413,3 +1412,4 @@
+
More information about the quake3-commits
mailing list