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 /* ======================