diff options
| author | Technus <daniel112092@gmail.com> | 2017-06-17 17:29:32 +0200 |
|---|---|---|
| committer | Technus <daniel112092@gmail.com> | 2017-06-17 17:29:32 +0200 |
| commit | dabe206ff93d196b7d32827730faa53e6383d627 (patch) | |
| tree | 95860c64718fe707a8942f9dd07f4de007d65773 /src/main/java/gregtech/common/gui | |
| parent | 9dcb8a857994860c4effb5ab1e6f10ab7cf9f85a (diff) | |
| download | GT5-Unofficial-dabe206ff93d196b7d32827730faa53e6383d627.tar.gz GT5-Unofficial-dabe206ff93d196b7d32827730faa53e6383d627.tar.bz2 GT5-Unofficial-dabe206ff93d196b7d32827730faa53e6383d627.zip | |
Optimize imports
Diffstat (limited to 'src/main/java/gregtech/common/gui')
| -rw-r--r-- | src/main/java/gregtech/common/gui/GT_Container_Regulator.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/gui/GT_Container_Regulator.java b/src/main/java/gregtech/common/gui/GT_Container_Regulator.java index b4e8e7aebb..6a3d7b2f47 100644 --- a/src/main/java/gregtech/common/gui/GT_Container_Regulator.java +++ b/src/main/java/gregtech/common/gui/GT_Container_Regulator.java @@ -5,7 +5,6 @@ import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.gui.GT_ContainerMetaTile_Machine;
import gregtech.api.gui.GT_Slot_Holo;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
-import gregtech.api.util.GT_LanguageManager;
import gregtech.api.util.GT_Utility;
import gregtech.common.tileentities.automation.GT_MetaTileEntity_Regulator;
import net.minecraft.entity.player.EntityPlayer;
|
