]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove the unused constant HUD_MENU_ENABLE
authorterencehill <piuntn@gmail.com>
Sun, 15 Jan 2012 17:13:56 +0000 (18:13 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 15 Jan 2012 17:13:56 +0000 (18:13 +0100)
qcsrc/common/constants.qh

index afd2677a66230adbdb9cb41aa297501a20d7c7c2..e413ad94ae65b0b817f29ce4c6f4bc3d9987767e 100644 (file)
@@ -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