mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
remove some unused stuff
This commit is contained in:
parent
8cc817b5a3
commit
f0b43aba35
1 changed files with 0 additions and 9 deletions
|
@ -186,15 +186,6 @@ void CL_AddCgameCommand( const char *cmdName ) {
|
||||||
Cmd_AddCommand( cmdName, NULL );
|
Cmd_AddCommand( cmdName, NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
=====================
|
|
||||||
CL_CgameError
|
|
||||||
=====================
|
|
||||||
*/
|
|
||||||
void CL_CgameError( const char *string ) {
|
|
||||||
Com_Error( ERR_DROP, "%s", string );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=====================
|
=====================
|
||||||
|
|
Loading…
Reference in a new issue