summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-28 01:00:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-28 01:00:03 +0300
commitefb1d3d1959547c9692328e6cb1bb3268475a915 (patch)
treea12664ace33fedd9d99f2d4e84c6be1cdce3b8e7 /src/gui/windows/inventorywindow.h
parent01a0e4b658241cc3dbd8a5d11d34a6de48dab159 (diff)
downloadplus-efb1d3d1959547c9692328e6cb1bb3268475a915.tar.gz
plus-efb1d3d1959547c9692328e6cb1bb3268475a915.tar.bz2
plus-efb1d3d1959547c9692328e6cb1bb3268475a915.tar.xz
plus-efb1d3d1959547c9692328e6cb1bb3268475a915.zip
Remove support for split button from inventory.
In all supported servers this button is useless.
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r--src/gui/windows/inventorywindow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h
index eb82b0fb5..cb08a8fa2 100644
--- a/src/gui/windows/inventorywindow.h
+++ b/src/gui/windows/inventorywindow.h
@@ -122,11 +122,6 @@ class InventoryWindow final : public Window,
void valueChanged(const SelectionEvent &event) override final;
/**
- * Sets whether the split button should be shown.
- */
- void setSplitAllowed(const Visible allowed);
-
- /**
* Closes the Storage Window, as well as telling the server that the
* window has been closed.
*/
@@ -185,7 +180,6 @@ class InventoryWindow final : public Window,
Button *mUseButton;
Button *mDropButton;
- Button *mSplitButton;
Button *mOutfitButton;
Button *mShopButton;
Button *mCartButton;