summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-19 20:35:08 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-19 20:35:08 +0300
commit5f2ee9e2f8c8d313de85df08abdc2a7f7396995f (patch)
treed11927d1bb549dd0027ac014aa169174f127bd1d /src/gui/npcdialog.h
parent479e8a53ec90c19890dfb4b3746c4453769d806a (diff)
downloadManaVerse-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.gz
ManaVerse-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.bz2
ManaVerse-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.xz
ManaVerse-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.zip
Unhide method widgetResized. Removed empty widgetResized from some classes.
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r--src/gui/npcdialog.h7
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);