summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 19:06:57 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 19:06:57 +0000
commit7afe9d904f11fc65f02959798dfc6abb3660d660 (patch)
treeb2b958d9fbd5af02d3885985f860240e214cef66 /src/gui/buy.h
parent0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1 (diff)
downloadmana-client-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.gz
mana-client-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.bz2
mana-client-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.xz
mana-client-7afe9d904f11fc65f02959798dfc6abb3660d660.zip
Converted dialog box to layout handler.
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r--src/gui/buy.h8
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;