From: Samual Lenks Date: Fri, 23 Aug 2013 23:43:54 +0000 (-0400) Subject: Remove old cvars from Dump_Notifications X-Git-Tag: xonotic-v0.8.0~341^2~14 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aed18fc7122c11ff2977ee7f822fd65fa467ed31;p=xonotic%2Fxonotic-data.pk3dir.git Remove old cvars from Dump_Notifications --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 2a92e2fc9..7944e3370 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1026,21 +1026,6 @@ void Dump_Notifications(float fh, float alsoprint) "(You can also set this cvar to 2 to force ALL notifications to be printed to the chatbox)" ); - NOTIF_WRITE_HARDCODED( - "ctf_capture_verbose", "0", - "Show extra information when someone captures a flag" - ); - - NOTIF_WRITE_HARDCODED( - "ctf_pickup_enemy_verbose", "0", - "Show extra information if an enemy picks up a flag" - ); - - NOTIF_WRITE_HARDCODED( - "ctf_pickup_team_verbose", "0", - "Show extra information if a team mate picks up a flag" - ); - NOTIF_WRITE_HARDCODED( "debug", "0", "Print extra debug information on all notification function calls "