aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorAntifluxfield <lyj_299792458@163.com>2017-06-30 06:08:28 +0800
committerGitHub <noreply@github.com>2017-06-30 06:08:28 +0800
commita2bd69d2dabd096b17c863d8695f4d1bb38816ae (patch)
treecc178fac3c3dd3a4a8b08b2258be74465e1cd9c2 /src/main/java
parente4b584af79dcb02ea4aeadeb7608e2065f7effc8 (diff)
downloadGT5-Unofficial-a2bd69d2dabd096b17c863d8695f4d1bb38816ae.tar.gz
GT5-Unofficial-a2bd69d2dabd096b17c863d8695f4d1bb38816ae.tar.bz2
GT5-Unofficial-a2bd69d2dabd096b17c863d8695f4d1bb38816ae.zip
Delete GT_GUIContainer_DataAccess.java
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java b/src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java
deleted file mode 100644
index 10c7fc2648..0000000000
--- a/src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package gregtech.api.gui;
-
-import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
-import net.minecraft.entity.player.InventoryPlayer;
-import net.minecraft.util.ResourceLocation;
-
-import static gregtech.api.enums.GT_Values.RES_PATH_GUI;
-
-public class GT_GUIContainer_DataAccess extends GT_GUIContainer_4by4 {
-
- public GT_GUIContainer_DataAccess(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName) {
- super(aInventoryPlayer, aTileEntity, aName);
- mGUIbackground = new ResourceLocation(mGUIbackgroundPath = RES_PATH_GUI + "DataAccess.png");
- }
-}