]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove useless declaration
authorSamual Lenks <samual@xonotic.org>
Sun, 30 Sep 2012 22:43:38 +0000 (18:43 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 30 Sep 2012 22:43:38 +0000 (18:43 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index c2adf7aa34490d0da6e10d19499d0ced2fea79d9..911c3dee23a0187c3b309b20054cdd4d2726b5c5 100644 (file)
@@ -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