remove unused method Card.build()

This commit is contained in:
Neil Gentleman 2016-07-17 18:37:38 -07:00
parent e40329e6e2
commit 592cd55518
15 changed files with 0 additions and 49 deletions

View file

@ -840,10 +840,6 @@ public class Spell extends StackObjImpl implements Card {
return isCopiedSpell();
}
@Override
public void build() {
}
@Override
public Counters getCounters(Game game) {
return card.getCounters(game);