From 07d05ba4c2a6ba43c42e825635254aab3901799d Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 15 Jan 2012 18:13:56 +0100 Subject: [PATCH] Remove the unused constant HUD_MENU_ENABLE --- qcsrc/common/constants.qh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2