]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Get rid of unused code
authorterencehill <piuntn@gmail.com>
Mon, 3 Jan 2011 16:59:56 +0000 (17:59 +0100)
committerterencehill <piuntn@gmail.com>
Mon, 3 Jan 2011 16:59:56 +0000 (17:59 +0100)
qcsrc/common/constants.qh
qcsrc/menu/xonotic/util.qc
qcsrc/menu/xonotic/util.qh

index e8fa2fcb5ebb851bf210f9c2ac44f7c1acf2e441..b520d2b19cfe852b544624c064956d03e0783ef4 100644 (file)
@@ -664,7 +664,5 @@ string HUD_PANELNAME_ENGINEINFO             = "engineinfo";
 string HUD_PANELNAME_INFOMESSAGES      = "infomessages";
 string HUD_PANELNAME_PHYSICS   = "physics";
 
-float HUD_MENU_ENABLE          = 0;
-
 #define SERVERFLAG_ALLOW_FULLBRIGHT 1
 #define SERVERFLAG_TEAMPLAY 2
index f6ffa387c996624bb06acef3ea585a580423b803..7f775c04175bb2aae762fc45d1d0651eaa567ba3 100644 (file)
@@ -457,14 +457,6 @@ string resolvemod(string m)
                return m;
 }
 
-string HUD_Panel_GetSettingName(float theSetting)
-{
-       switch(theSetting) {
-               case HUD_MENU_ENABLE: return ""; break;
-               default: return "";
-       }
-}
-
 float updateCompression()
 {
        float fh;
index 053c5073095f6c64a65f08166dbafd8ad2df46eb..ed0de9fcfd53980cf45325a60cd57989be02d2f7 100644 (file)
@@ -22,8 +22,6 @@ string getZonedTooltipForIdentifier(string s);
 
 string resolvemod(string m);
 
-string HUD_Panel_GetSettingName(float setting);
-
 float URI_GET_DISCARD = 0;
 
 float URI_GET_UPDATENOTIFICATION = 1;