summaryrefslogtreecommitdiff
path: root/src/gui/sell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r--src/gui/sell.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h
index d1e2ddd2..cde862d5 100644
--- a/src/gui/sell.h
+++ b/src/gui/sell.h
@@ -41,8 +41,7 @@ class ShopListBox;
*
* \ingroup Interface
*/
-class SellDialog : public Window, gcn::ActionListener, SelectionListener,
- WindowListener
+class SellDialog : public Window, gcn::ActionListener, SelectionListener
{
public:
/**
@@ -80,11 +79,6 @@ class SellDialog : public Window, gcn::ActionListener, SelectionListener,
void selectionChanged(const SelectionEvent &event);
/**
- * Called whenever the window is resized.
- */
- void windowResized(const WindowEvent &event);
-
- /**
* Gives Player's Money amount
*/
void setMoney(int amount);