mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Got rid of one more warning
This commit is contained in:
parent
1ced14633b
commit
eca50bc6b2
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.12 2002/04/03 16:34:29 makro
|
||||
// Got rid of one more warning
|
||||
//
|
||||
// Revision 1.11 2002/03/31 14:14:42 makro
|
||||
// Cleaned up a little more
|
||||
//
|
||||
|
@ -1621,7 +1624,6 @@ static const int UI_AIIndexFromName(const char *name) {
|
|||
return 0;
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
#ifndef MISSIONPACK // bk001206
|
||||
static const char *UI_OpponentLeaderHead() {
|
||||
|
@ -1630,8 +1632,6 @@ static const char *UI_OpponentLeaderHead() {
|
|||
}
|
||||
#endif
|
||||
|
||||
//Makro - not used anywhere
|
||||
/*
|
||||
#ifndef MISSIONPACK // bk001206
|
||||
static const char *UI_OpponentLeaderModel() {
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue