Skip to content

Commit 7bf2a67

Browse files
committed
remove unused field
1 parent 475a117 commit 7bf2a67

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/de/srendi/advancedperipherals/common/smartglasses/SmartGlassesSlot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public class SmartGlassesSlot extends SlotItemHandler {
1717

1818
public final SlotType slotType;
1919
private SlotType activeSlotType;
20-
private ItemStack lastCopy = ItemStack.EMPTY;
2120

2221
public SmartGlassesSlot(IItemHandlerModifiable itemHandler, int index, int xPosition, int yPosition, SlotType slotType) {
2322
super(itemHandler, index, xPosition, yPosition);

0 commit comments

Comments
 (0)