clean up imports

This commit is contained in:
BetaSteward 2011-06-02 23:06:33 -04:00
parent a25f46cfab
commit 3ef090b6f5
4 changed files with 0 additions and 7 deletions

View file

@ -60,7 +60,6 @@ import mage.components.CardInfoPane;
import mage.game.GameException; import mage.game.GameException;
import mage.sets.Sets; import mage.sets.Sets;
import mage.view.CardView; import mage.view.CardView;
import sun.swing.SwingUtilities2;
/** /**
* *

View file

@ -50,14 +50,12 @@ import java.util.UUID;
import javax.swing.JComponent; import javax.swing.JComponent;
import javax.swing.JScrollPane; import javax.swing.JScrollPane;
import com.sun.swing.internal.plaf.synth.resources.synth;
import mage.cards.MagePermanent; import mage.cards.MagePermanent;
import mage.client.cards.BigCard; import mage.client.cards.BigCard;
import mage.client.cards.Permanent; import mage.client.cards.Permanent;
import mage.client.plugins.impl.Plugins; import mage.client.plugins.impl.Plugins;
import mage.client.util.Config; import mage.client.util.Config;
import mage.client.util.DefaultActionCallback;
import mage.view.PermanentView; import mage.view.PermanentView;
/** /**

View file

@ -28,10 +28,7 @@
package mage.client.remote; package mage.client.remote;
import mage.remote.Session;
import java.rmi.RemoteException;
import java.util.UUID; import java.util.UUID;
import javax.swing.JOptionPane;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
import mage.cards.decks.Deck; import mage.cards.decks.Deck;
import mage.client.MageFrame; import mage.client.MageFrame;

View file

@ -1,6 +1,5 @@
package mage.abilities.common; package mage.abilities.common;
import com.sun.org.apache.bcel.internal.generic.CASTORE;
import mage.Constants; import mage.Constants;
import mage.abilities.TriggeredAbilityImpl; import mage.abilities.TriggeredAbilityImpl;
import mage.abilities.effects.Effect; import mage.abilities.effects.Effect;