From: terencehill Date: Sun, 15 Jan 2012 17:13:56 +0000 (+0100) Subject: Remove the unused constant HUD_MENU_ENABLE X-Git-Tag: xonotic-v0.6.0~78^2^2~2^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=07d05ba4c2a6ba43c42e825635254aab3901799d;p=xonotic%2Fxonotic-data.pk3dir.git Remove the unused constant HUD_MENU_ENABLE --- diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index afd2677a6..e413ad94a 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -551,8 +551,6 @@ string HUD_PANELNAME_INFOMESSAGES = "infomessages"; string HUD_PANELNAME_PHYSICS = "physics"; string HUD_PANELNAME_CENTERPRINT = "centerprint"; -float HUD_MENU_ENABLE = 0; - #define SERVERFLAG_ALLOW_FULLBRIGHT 1 #define SERVERFLAG_TEAMPLAY 2 #define SERVERFLAG_PLAYERSTATS 4