Code cleanup

This commit is contained in:
drdev
2014-09-14 16:03:16 +00:00
parent 25f0b0b777
commit 43ccd4d09e
2 changed files with 1 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ public class HumanPlaySpellAbility {
public final void playAbility(boolean mayChooseTargets, boolean isFree, boolean skipStack) {
final Player human = ability.getActivatingPlayer();
final Game game = ability.getActivatingPlayer().getGame();
// used to rollback
Zone fromZone = null;
int zonePosition = 0;

View File

@@ -44,7 +44,6 @@ public class QuestAchievements {
private transient CardBlock nextDraftBlock;
@SuppressWarnings("unused")
public QuestAchievements() { //needed for XML serialization
}