diff options
Diffstat (limited to 'code/server')
| -rw-r--r-- | code/server/sv_main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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  /*  ====================== | 
