Got rid of one more warning

This commit is contained in:
Andrei Drexler 2002-04-03 16:34:29 +00:00
parent 1ced14633b
commit eca50bc6b2

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $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 // Revision 1.11 2002/03/31 14:14:42 makro
// Cleaned up a little more // Cleaned up a little more
// //
@ -1621,7 +1624,6 @@ static const int UI_AIIndexFromName(const char *name) {
return 0; return 0;
} }
#endif #endif
*/
#ifndef MISSIONPACK // bk001206 #ifndef MISSIONPACK // bk001206
static const char *UI_OpponentLeaderHead() { static const char *UI_OpponentLeaderHead() {
@ -1630,8 +1632,6 @@ static const char *UI_OpponentLeaderHead() {
} }
#endif #endif
//Makro - not used anywhere
/*
#ifndef MISSIONPACK // bk001206 #ifndef MISSIONPACK // bk001206
static const char *UI_OpponentLeaderModel() { static const char *UI_OpponentLeaderModel() {
int i; int i;