diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 15:15:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:20 +0300 |
commit | 4cf136b90ee361051bd29c615065f7bbc20b75b0 (patch) | |
tree | 770d6c85ce5d280b8881c52ef9ee8ff049b61ce5 /src/gui/windows/inventorywindow.cpp | |
parent | b36dcf86bb443770dd8fc2ea08c709f92115613a (diff) | |
download | plus-4cf136b90ee361051bd29c615065f7bbc20b75b0.tar.gz plus-4cf136b90ee361051bd29c615065f7bbc20b75b0.tar.bz2 plus-4cf136b90ee361051bd29c615065f7bbc20b75b0.tar.xz plus-4cf136b90ee361051bd29c615065f7bbc20b75b0.zip |
remove unused variables from inventorywindow.
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), |