summaryrefslogtreecommitdiff
path: root/src/gui/buydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buydialog.h')
-rw-r--r--src/gui/buydialog.h3
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