X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Futil.qh;h=3844c7558fd84245be8ea18dd9f551f70861b803;hp=c8c7410d6ebbda9f91b6f79127992a53a315262f;hb=b8f71d297050680a3b25b063375ca5feec9ff67b;hpb=30ab59f8f02c19d7d57ae67e963eb7ed581bfec9 diff --git a/qcsrc/menu/xonotic/util.qh b/qcsrc/menu/xonotic/util.qh index c8c7410d6e..3844c7558f 100644 --- a/qcsrc/menu/xonotic/util.qh +++ b/qcsrc/menu/xonotic/util.qh @@ -48,7 +48,3 @@ void dialog_hudpanel_common_notoggle(entity me, string panelname); me.TR(me); \ me.TD(me, 1, 4, e = makeXonoticCheckBox(0, strzone(strcat("hud_panel_", panelname)), _("Enable panel"))); \ DIALOG_HUDPANEL_COMMON_NOTOGGLE() - -string language_filename(string s); -string CTX(string s); -#define ZCTX(s) strzone(CTX(s))