Removed unused variable

This commit is contained in:
Anthony Calosa
2017-02-04 23:33:08 +08:00
parent 477419cc32
commit f37d946b4e

View File

@@ -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++)
{