Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
AllAbilities.cpp:275:17: error: unused variable ‘counter’
[-Werror=unused-variable]
  • Loading branch information
kevlahnota committed Jun 3, 2016
1 parent 62fa9ac commit be53c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/mtg/src/AllAbilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ AADepleter::AADepleter(GameObserver* observer, int _id, MTGCardInstance * card,
{
WParsedInt numCards(nbcardsStr, NULL, source);
MTGLibrary * library = player->game->library;
int counter = 0;
for (int i = 0; i < numCards.getValue(); i++)
{
if (library->nb_cards)
Expand Down

0 comments on commit be53c68

Please sign in to comment.