diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-06 21:35:19 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-06 15:03:22 -0700 |
commit | ea50de0b56063f3e7c6436422d275ac6e71d0072 (patch) | |
tree | 8b6a862e90a313d655e42f543e2a57bc7500a57e /src/gui/buy.h | |
parent | 6ee1046233bfa2218eff1ffa45e31821b3559ea0 (diff) | |
download | mana-client-ea50de0b56063f3e7c6436422d275ac6e71d0072.tar.gz mana-client-ea50de0b56063f3e7c6436422d275ac6e71d0072.tar.bz2 mana-client-ea50de0b56063f3e7c6436422d275ac6e71d0072.tar.xz mana-client-ea50de0b56063f3e7c6436422d275ac6e71d0072.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.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 3b94bbaa..7f0f04ac 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; |