summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
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;