From: Samual Lenks Date: Sun, 30 Sep 2012 22:43:38 +0000 (-0400) Subject: Remove useless declaration X-Git-Tag: xonotic-v0.7.0~62^2~23^2~394 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=136437da4a334451cf73e2b49d01555c3436ba83;p=xonotic%2Fxonotic-data.pk3dir.git Remove useless declaration --- 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