From 3e659cd38d3ff603effdad0e497bea7ca85e9045 Mon Sep 17 00:00:00 2001 From: ludwig Date: Fri, 8 May 2009 09:48:49 +0000 Subject: SV_ReplacePendingServerCommands is unused git-svn-id: svn://svn.icculus.org/quake3/trunk@1551 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/server/sv_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/server') diff --git a/code/server/sv_main.c b/code/server/sv_main.c index 94f20d0..b509010 100644 --- a/code/server/sv_main.c +++ b/code/server/sv_main.c @@ -102,6 +102,7 @@ SV_ReplacePendingServerCommands 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 @@ static int SV_ReplacePendingServerCommands( client_t *client, const char *cmd ) } return qfalse; } +#endif /* ====================== -- cgit v1.2.3