diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:06:57 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:06:57 +0000 |
commit | 7afe9d904f11fc65f02959798dfc6abb3660d660 (patch) | |
tree | b2b958d9fbd5af02d3885985f860240e214cef66 /src/gui/buy.h | |
parent | 0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1 (diff) | |
download | mana-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.gz mana-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.bz2 mana-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.xz mana-7afe9d904f11fc65f02959798dfc6abb3660d660.zip |
Converted dialog box to layout handler.
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 63d25583..4e129611 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -40,8 +40,7 @@ class ListBox; * * \ingroup Interface */ -class BuyDialog : public Window, public gcn::ActionListener, SelectionListener, - WindowListener +class BuyDialog : public Window, public gcn::ActionListener, SelectionListener { public: /** @@ -99,11 +98,6 @@ class BuyDialog : public Window, public gcn::ActionListener, SelectionListener, void updateButtonsAndLabels(); - /** - * Called whenever the window is resized. - */ - void windowResized(const WindowEvent &event); - private: gcn::Button *mBuyButton; gcn::Button *mQuitButton; |