diff options
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index 6fffb3cf2..4be320617 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -107,8 +107,6 @@ InventoryWindow::InventoryWindow(Inventory *const inventory): InventoryListener(), mInventory(inventory), mItems(new ItemContainer(this, mInventory)), - mWeight(), - mSlots(), mUseButton(nullptr), mDropButton(nullptr), mSplitButton(nullptr), |