From eff87e9524131186a6c6b71165f1a4c2c19c4cd1 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 8 May 2009 09:48:49 +0000 Subject: [PATCH] SV_ReplacePendingServerCommands is unused --- code/server/sv_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/server/sv_main.c b/code/server/sv_main.c index 94f20d0d..b5090106 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 /* ======================