mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
SV_ReplacePendingServerCommands is unused
This commit is contained in:
parent
bbd9f02d08
commit
eff87e9524
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
======================
|
||||
|
|
Loading…
Reference in a new issue