summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-06 21:35:19 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-06 21:35:19 +0100
commit705d753cd7e762095ae53a428ed277449d064fed (patch)
treeac658992fd82080923518d8605747dcae17dd5a8 /src/gui/buy.h
parent9219f1ffd4b05886b66c9074c918850fc97c430c (diff)
downloadmana-client-705d753cd7e762095ae53a428ed277449d064fed.tar.gz
mana-client-705d753cd7e762095ae53a428ed277449d064fed.tar.bz2
mana-client-705d753cd7e762095ae53a428ed277449d064fed.tar.xz
mana-client-705d753cd7e762095ae53a428ed277449d064fed.zip
Used layout for buy, sell and item amount dialogs
(changes by Guillaume Melquiond, merged from the mainline client)
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 0915385a..329d35ec 100644
--- a/src/gui/buy.h
+++ b/src/gui/buy.h
@@ -93,13 +93,7 @@ class BuyDialog : public Window, public gcn::ActionListener,
/**
* Updates the state of buttons and labels.
*/
- void
- updateButtonsAndLabels();
-
- /**
- * Called whenever the widget changes size.
- */
- void widgetResized(const gcn::Event &event);
+ void updateButtonsAndLabels();
private:
Network *mNetwork;