diff options
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r-- | src/gui/windows/inventorywindow.h | 6 |
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; |