diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-11 01:56:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-11 01:56:35 +0300 |
commit | 62a7ad8a4f8cc297c8a0eb6468fb27086de368d0 (patch) | |
tree | 3dca3828920a2c8460fd5e760c733bc6c39d027e /src/gui/buydialog.h | |
parent | 378cef9bda1c4c7e74ab24680fff19ce6e9326a4 (diff) | |
download | plus-62a7ad8a4f8cc297c8a0eb6468fb27086de368d0.tar.gz plus-62a7ad8a4f8cc297c8a0eb6468fb27086de368d0.tar.bz2 plus-62a7ad8a4f8cc297c8a0eb6468fb27086de368d0.tar.xz plus-62a7ad8a4f8cc297c8a0eb6468fb27086de368d0.zip |
Allow open inventory and some other actions while buy window is open.
Diffstat (limited to 'src/gui/buydialog.h')
-rw-r--r-- | src/gui/buydialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/buydialog.h b/src/gui/buydialog.h index 3bdf3a845..352f2a7ff 100644 --- a/src/gui/buydialog.h +++ b/src/gui/buydialog.h @@ -123,8 +123,6 @@ class BuyDialog final : public Window, public gcn::ActionListener, */ static void closeAll(); - void scheduleDelete(); - private: typedef std::list<BuyDialog*> DialogList; static DialogList instances; @@ -150,7 +148,6 @@ class BuyDialog final : public Window, public gcn::ActionListener, int mAmountItems; int mMaxItems; std::string mNick; - bool mEnabledKeyboard; }; #endif |