From 136437da4a334451cf73e2b49d01555c3436ba83 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sun, 30 Sep 2012 18:43:38 -0400 Subject: [PATCH] Remove useless declaration --- qcsrc/server/mutators/gamemode_ctf.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index c2adf7aa3..911c3dee2 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -474,7 +474,6 @@ void ctf_Handle_Pickup(entity flag, entity player, float pickuptype) { // declarations entity tmp_player; // temporary entity which the FOR_EACH_PLAYER loop uses to scan players - string verbosename; // holds the name of the player OR no name at all for printing in the centerprints float pickup_dropped_score; // used to calculate dropped pickup score // attach the flag to the player -- 2.39.2