Removed unused Constants class.

This commit is contained in:
LevelX2 2013-09-05 16:27:12 +02:00
parent 7f6eca171e
commit 6066cc2308
3 changed files with 0 additions and 49 deletions

View file

@ -31,11 +31,9 @@ package mage.client.remote;
import java.util.UUID;
import javax.swing.JOptionPane;
import javax.swing.SwingUtilities;
import mage.Constants;
import mage.cards.decks.Deck;
import mage.client.MageFrame;
import mage.client.chat.ChatPanel;
import mage.client.chat.ChatPanel.ChatType;
import mage.client.constants.Constants.DeckEditorMode;
import mage.client.draft.DraftPanel;
import mage.client.game.GamePanel;