Remove Unused Imports

Delete unused java imports that cause compiler warnings
This commit is contained in:
Kenny Wottrich 2016-04-24 19:50:29 -05:00
parent ea342f9336
commit f3c83d54f5
618 changed files with 0 additions and 1050 deletions

View file

@ -48,10 +48,6 @@ import mage.utils.CompressUtil;
import mage.view.AbilityPickerView;
import mage.view.ChatMessage;
import mage.view.ChatMessage.MessageType;
import static mage.view.ChatMessage.SoundToPlay.PlayerLeft;
import static mage.view.ChatMessage.SoundToPlay.PlayerQuitTournament;
import static mage.view.ChatMessage.SoundToPlay.PlayerSubmittedDeck;
import static mage.view.ChatMessage.SoundToPlay.PlayerWhispered;
import mage.view.DeckView;
import mage.view.DraftClientMessage;
import mage.view.DraftView;