From f37d946b4e7d7062bc3f253f7f2cc9f034ccdfa3 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sat, 4 Feb 2017 23:33:08 +0800 Subject: [PATCH] Removed unused variable --- projects/mtg/include/AllAbilities.h | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index 987e54bb2..1f33f2319 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -1125,7 +1125,6 @@ public: int countManaProducedby(int color, MTGCardInstance * target, Player * player) { int count = 0; - GameObserver * observer = player->getObserver(); MTGGameZone * zone = player->game->battlefield; for(int k = 0; k < zone->nb_cards; k++) {