diff --git a/Mage.Sets/src/mage/sets/timeshifted/GemstoneMine.java b/Mage.Sets/src/mage/sets/timeshifted/GemstoneMine.java index ab0701cce4..60298b92a7 100644 --- a/Mage.Sets/src/mage/sets/timeshifted/GemstoneMine.java +++ b/Mage.Sets/src/mage/sets/timeshifted/GemstoneMine.java @@ -40,9 +40,6 @@ import mage.cards.CardImpl; import mage.constants.CardType; import mage.constants.Rarity; import mage.counters.CounterType; -import mage.filter.FilterPermanent; -import mage.filter.predicate.Predicates; -import mage.filter.predicate.permanent.AnotherPredicate; /** * @@ -50,12 +47,6 @@ import mage.filter.predicate.permanent.AnotherPredicate; */ public class GemstoneMine extends CardImpl { - private static final FilterPermanent filter = new FilterPermanent(); - - static { - filter.add(Predicates.not(new AnotherPredicate())); - } - public GemstoneMine(UUID ownerId) { super(ownerId, 119, "Gemstone Mine", Rarity.RARE, new CardType[]{CardType.LAND}, ""); this.expansionSetCode = "TSB";