diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-19 20:35:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-19 20:35:08 +0300 |
commit | 5f2ee9e2f8c8d313de85df08abdc2a7f7396995f (patch) | |
tree | d11927d1bb549dd0027ac014aa169174f127bd1d /src/gui/npcdialog.h | |
parent | 479e8a53ec90c19890dfb4b3746c4453769d806a (diff) | |
download | plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.gz plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.bz2 plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.xz plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.zip |
Unhide method widgetResized. Removed empty widgetResized from some classes.
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index 2f5a90b5f..7e9ea7e10 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -147,13 +147,6 @@ class NpcDialog : public Window, public gcn::ActionListener, void move(int amount); - /** - * Called when resizing the window. - * - * @param event The calling event - */ - void widgetResized(const gcn::Event &event); - void setVisible(bool visible); void optionChanged(const std::string &name); |