From 096e4b4bd515953a4d66f021eadf17bf1dfc4c31 Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Wed, 3 Apr 2002 17:38:09 +0000 Subject: [PATCH] Commented out another unused function --- reaction/ta_ui/ui_main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reaction/ta_ui/ui_main.c b/reaction/ta_ui/ui_main.c index d895372c..bf419106 100644 --- a/reaction/ta_ui/ui_main.c +++ b/reaction/ta_ui/ui_main.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.13 2002/04/03 17:38:09 makro +// Commented out another unused function +// // Revision 1.12 2002/04/03 16:34:29 makro // Got rid of one more warning // @@ -1582,12 +1585,15 @@ static void UI_DrawTierGameType(rectDef_t *rect, float scale, vec4_t color, int } +//Makro - not used anywhere +/* #ifndef MISSIONPACK // bk001206 static const char *UI_OpponentLeaderName() { int i = UI_TeamIndexFromName(UI_Cvar_VariableString("ui_opponentName")); return uiInfo.teamList[i].teamMembers[0]; } #endif +*/ static const char *UI_AIFromName(const char *name) { int j;