SV_ReplacePendingServerCommands is unused

This commit is contained in:
Ludwig Nussel 2009-05-08 09:48:49 +00:00
parent bbd9f02d08
commit eff87e9524

View file

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