diff --git a/osrs/interfaces/mainscreen/shop.simba b/osrs/interfaces/mainscreen/shop.simba index dededa32..51b9ff81 100644 --- a/osrs/interfaces/mainscreen/shop.simba +++ b/osrs/interfaces/mainscreen/shop.simba @@ -26,9 +26,6 @@ Main record to interact with the {ref}`Shop` interface. Slots: TRSSlotInterface; Items: TRSItemInterface; - InventorySlots: TRSSlotInterface; - InventoryItems: TRSItemInterface; - Bounds, SlotsArea, InfoBox: TBox; SlotBoxes, InventorySlotBoxes: TBoxArray;