Removed getArt and everything related to it.

This commit is contained in:
North 2011-05-30 00:07:02 +03:00
parent 84b79000ff
commit 569191a55a
540 changed files with 158 additions and 2858 deletions

View file

@ -57,7 +57,6 @@ public class StackAbilityView extends CardView {
this.superTypes = ability.getSupertype();
this.color = ability.getColor();
this.manaCost = ability.getManaCost().getSymbols();
this.art = "";
setTargets(ability.getTargets());
}