[quake3-commits] r1551 - trunk/code/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 8 05:48:49 EDT 2009


Author: ludwig
Date: 2009-05-08 05:48:49 -0400 (Fri, 08 May 2009)
New Revision: 1551

Modified:
   trunk/code/server/sv_main.c
Log:
SV_ReplacePendingServerCommands is unused

Modified: trunk/code/server/sv_main.c
===================================================================
--- trunk/code/server/sv_main.c	2009-05-08 09:48:45 UTC (rev 1550)
+++ trunk/code/server/sv_main.c	2009-05-08 09:48:49 UTC (rev 1551)
@@ -102,6 +102,7 @@
 FIXME: This is ugly
 ======================
 */
+#if 0 // unused
 static int SV_ReplacePendingServerCommands( client_t *client, const char *cmd ) {
 	int i, index, csnum1, csnum2;
 
@@ -124,6 +125,7 @@
 	}
 	return qfalse;
 }
+#endif
 
 /*
 ======================



More information about the quake3-commits mailing list