From 576d8c27476fe7d926fb585780c7e7084ca12607 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Sun, 29 Dec 2013 23:52:20 -0600 Subject: [PATCH] Removed, this made no sense. --- tile/inventory/IAEAppEngInventory.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tile/inventory/IAEAppEngInventory.java b/tile/inventory/IAEAppEngInventory.java index 14975a53..cbedca22 100644 --- a/tile/inventory/IAEAppEngInventory.java +++ b/tile/inventory/IAEAppEngInventory.java @@ -6,8 +6,6 @@ import net.minecraft.item.ItemStack; public interface IAEAppEngInventory { - IInventory getInternalInventory(); - void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removedStack, ItemStack newStack); }