From df387e1af2d340077be109046157101476b24ed3 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 1 Mar 2013 00:14:17 -0500 Subject: [PATCH] remove hud_panel_notify_print --- _hud_descriptions.cfg | 1 - hud_luminos.cfg | 1 - hud_luminos_minimal.cfg | 1 - hud_luminos_minimal_xhair.cfg | 1 - hud_luminos_old.cfg | 1 - hud_nexuiz.cfg | 1 - qcsrc/client/hud_config.qc | 1 - 7 files changed, 7 deletions(-) diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 90ae7a374..f4ecc143e 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -126,7 +126,6 @@ seta hud_panel_notify_bg_border "" "if set to something else than \"\" = overrid seta hud_panel_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" seta hud_panel_notify_flip "" "order the list top to bottom instead of bottom to top" seta hud_panel_notify_fontsize "" "multiplier for the font size used for player names in the panel" -seta hud_panel_notify_print "" "also con_notify print the messages that are shown on the notify panel" seta hud_panel_notify_fadetime "" "fade out time" seta hud_panel_notify_time "" "time that a new entry stays until it fades out" diff --git a/hud_luminos.cfg b/hud_luminos.cfg index 6a45b02a5..bb0c97e09 100644 --- a/hud_luminos.cfg +++ b/hud_luminos.cfg @@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border "" seta hud_panel_notify_bg_padding "" seta hud_panel_notify_flip "0" seta hud_panel_notify_fontsize "0.8" -seta hud_panel_notify_print "1" seta hud_panel_notify_time "10" seta hud_panel_notify_fadetime "3" diff --git a/hud_luminos_minimal.cfg b/hud_luminos_minimal.cfg index 7442f3bd7..775ddaf8f 100644 --- a/hud_luminos_minimal.cfg +++ b/hud_luminos_minimal.cfg @@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border "" seta hud_panel_notify_bg_padding "" seta hud_panel_notify_flip "1" seta hud_panel_notify_fontsize "0.8" -seta hud_panel_notify_print "0" seta hud_panel_notify_time "10" seta hud_panel_notify_fadetime "3" diff --git a/hud_luminos_minimal_xhair.cfg b/hud_luminos_minimal_xhair.cfg index c4c99f317..b7a208dbd 100644 --- a/hud_luminos_minimal_xhair.cfg +++ b/hud_luminos_minimal_xhair.cfg @@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border "" seta hud_panel_notify_bg_padding "" seta hud_panel_notify_flip "1" seta hud_panel_notify_fontsize "0.8" -seta hud_panel_notify_print "0" seta hud_panel_notify_time "10" seta hud_panel_notify_fadetime "3" diff --git a/hud_luminos_old.cfg b/hud_luminos_old.cfg index 74d98c098..2e718b288 100644 --- a/hud_luminos_old.cfg +++ b/hud_luminos_old.cfg @@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border "" seta hud_panel_notify_bg_padding "" seta hud_panel_notify_flip "0" seta hud_panel_notify_fontsize "0.8" -seta hud_panel_notify_print "1" seta hud_panel_notify_time "10" seta hud_panel_notify_fadetime "3" diff --git a/hud_nexuiz.cfg b/hud_nexuiz.cfg index ab326c624..d4e71d876 100644 --- a/hud_nexuiz.cfg +++ b/hud_nexuiz.cfg @@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border "" seta hud_panel_notify_bg_padding "" seta hud_panel_notify_flip "0" seta hud_panel_notify_fontsize "1" -seta hud_panel_notify_print "1" seta hud_panel_notify_time "10" seta hud_panel_notify_fadetime "3" diff --git a/qcsrc/client/hud_config.qc b/qcsrc/client/hud_config.qc index ea9fd93fa..21ab08fa7 100644 --- a/qcsrc/client/hud_config.qc +++ b/qcsrc/client/hud_config.qc @@ -117,7 +117,6 @@ void HUD_Panel_ExportCfg(string cfgname) case HUD_PANEL_NOTIFY: HUD_Write_PanelCvar_q("_flip"); HUD_Write_PanelCvar_q("_fontsize"); - HUD_Write_PanelCvar_q("_print"); HUD_Write_PanelCvar_q("_time"); HUD_Write_PanelCvar_q("_fadetime"); break; -- 2.39.2