Removed unneccessary import in GuiObjectManager (yay, no warnings!)

This commit is contained in:
CrushedPixel
2015-08-31 17:06:58 +02:00
parent aee9d6b232
commit 635e821688

View File

@@ -28,8 +28,6 @@ import java.util.Comparator;
import java.util.List;
import java.util.UUID;
import org.lwjgl.util.Point;
public class GuiObjectManager extends GuiScreen implements GuiReplayOverlay.NoOverlay {
private boolean initialized = false;