removed unused imports

This commit is contained in:
North 2012-05-26 20:08:18 +03:00
parent af2cfd8095
commit 06a185a3a5
430 changed files with 85 additions and 823 deletions

View file

@ -45,12 +45,12 @@ import mage.Constants.MultiplayerAttackOption;
import mage.Constants.RangeOfInfluence;
import mage.cards.ExpansionSet;
import mage.client.MageFrame;
import mage.remote.Session;
import mage.client.table.TournamentPlayerPanel;
import mage.game.draft.DraftOptions;
import mage.game.draft.DraftOptions.TimingOption;
import mage.game.tournament.LimitedOptions;
import mage.game.tournament.TournamentOptions;
import mage.remote.Session;
import mage.sets.Sets;
import mage.view.TableView;
import mage.view.TournamentTypeView;