diff options
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h index fb03cc9e..5289f649 100644 --- a/src/gui/buysell.h +++ b/src/gui/buysell.h @@ -32,7 +32,7 @@ * * \ingroup GUI */ -class BuySellDialog : public Window, public gcn::ActionListener { +class BuySellDialog : public Window { public: /** * Constructor. The action listener passed will receive "sell", "buy" @@ -47,11 +47,6 @@ class BuySellDialog : public Window, public gcn::ActionListener { */ ~BuySellDialog(); - /** - * Called when receiving actions from the widgets. - */ - void action(const std::string& eventId); - private: gcn::Button *buyButton; gcn::Button *sellButton; |