summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
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/net/eathena/generalhandler.cpp
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/net/eathena/generalhandler.cpp')
-rw-r--r--src/net/eathena/generalhandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp
index 704f7787d..072605e78 100644
--- a/src/net/eathena/generalhandler.cpp
+++ b/src/net/eathena/generalhandler.cpp
@@ -379,8 +379,6 @@ void GeneralHandler::clearHandlers()
void GeneralHandler::gameStarted() const
{
- if (inventoryWindow)
- inventoryWindow->setSplitAllowed(Visible_false);
if (skillDialog)
skillDialog->loadSkills();