mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
clean up imports
This commit is contained in:
parent
a25f46cfab
commit
3ef090b6f5
4 changed files with 0 additions and 7 deletions
|
|
@ -60,7 +60,6 @@ import mage.components.CardInfoPane;
|
|||
import mage.game.GameException;
|
||||
import mage.sets.Sets;
|
||||
import mage.view.CardView;
|
||||
import sun.swing.SwingUtilities2;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
|
|
@ -50,14 +50,12 @@ import java.util.UUID;
|
|||
import javax.swing.JComponent;
|
||||
import javax.swing.JScrollPane;
|
||||
|
||||
import com.sun.swing.internal.plaf.synth.resources.synth;
|
||||
|
||||
import mage.cards.MagePermanent;
|
||||
import mage.client.cards.BigCard;
|
||||
import mage.client.cards.Permanent;
|
||||
import mage.client.plugins.impl.Plugins;
|
||||
import mage.client.util.Config;
|
||||
import mage.client.util.DefaultActionCallback;
|
||||
import mage.view.PermanentView;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -28,10 +28,7 @@
|
|||
|
||||
package mage.client.remote;
|
||||
|
||||
import mage.remote.Session;
|
||||
import java.rmi.RemoteException;
|
||||
import java.util.UUID;
|
||||
import javax.swing.JOptionPane;
|
||||
import javax.swing.SwingUtilities;
|
||||
import mage.cards.decks.Deck;
|
||||
import mage.client.MageFrame;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
package mage.abilities.common;
|
||||
|
||||
import com.sun.org.apache.bcel.internal.generic.CASTORE;
|
||||
import mage.Constants;
|
||||
import mage.abilities.TriggeredAbilityImpl;
|
||||
import mage.abilities.effects.Effect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue