From aed18fc7122c11ff2977ee7f822fd65fa467ed31 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 23 Aug 2013 19:43:54 -0400 Subject: [PATCH] Remove old cvars from Dump_Notifications --- qcsrc/common/notifications.qc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 2a92e2fc9b..7944e33707 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 " -- 2.39.2