[quake3-commits] r2071 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jul 8 09:09:59 EDT 2011


Author: thilo
Date: 2011-07-08 09:09:59 -0400 (Fri, 08 Jul 2011)
New Revision: 2071

Modified:
   trunk/code/client/cl_console.c
Log:
Bug 5069 - Remove unused variable console_color, by uZu


Modified: trunk/code/client/cl_console.c
===================================================================
--- trunk/code/client/cl_console.c	2011-07-07 23:14:31 UTC (rev 2070)
+++ trunk/code/client/cl_console.c	2011-07-08 13:09:59 UTC (rev 2071)
@@ -62,9 +62,7 @@
 
 #define	DEFAULT_CONSOLE_WIDTH	78
 
-vec4_t	console_color = {1.0, 1.0, 1.0, 1.0};
 
-
 /*
 ================
 Con_ToggleConsole_f



More information about the quake3-commits mailing list