- Removed the unused variable finishedEnteringBF from the card class.

This commit is contained in:
Sloth
2011-11-21 06:58:55 +00:00
parent e591335bc8
commit 7c512aa55a

View File

@@ -342,7 +342,6 @@ public class Card extends GameEntity implements Comparable<Card> {
private boolean levelUp = false;
private boolean bounceAtUntap = false;
private boolean finishedEnteringBF = false;
private boolean unearth = false;
private boolean unearthed;
@@ -1349,29 +1348,6 @@ public class Card extends GameEntity implements Comparable<Card> {
this.bounceAtUntap = bounce;
}
/**
* <p>
* Getter for the field <code>finishedEnteringBF</code>.
* </p>
*
* @return a boolean.
*/
public final boolean getFinishedEnteringBF() {
return this.finishedEnteringBF;
}
/**
* <p>
* Setter for the field <code>finishedEnteringBF</code>.
* </p>
*
* @param b
* a boolean.
*/
public final void setFinishedEnteringBF(final boolean b) {
this.finishedEnteringBF = b;
}
/**
* <p>
* hasFirstStrike.