summaryrefslogtreecommitdiff
path: root/src/gui/sell.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 19:59:39 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 19:59:39 +0000
commit53800016443ed50a5b0ea27b65b39730586352d4 (patch)
tree2a73a6bc69c54b1397e02cada7fc72dac41afcb1 /src/gui/sell.h
parent7afe9d904f11fc65f02959798dfc6abb3660d660 (diff)
downloadmana-53800016443ed50a5b0ea27b65b39730586352d4.tar.gz
mana-53800016443ed50a5b0ea27b65b39730586352d4.tar.bz2
mana-53800016443ed50a5b0ea27b65b39730586352d4.tar.xz
mana-53800016443ed50a5b0ea27b65b39730586352d4.zip
Converted sell dialog box to layout handler. Removed some useless code from buy dialog box.
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);