summaryrefslogtreecommitdiff
path: root/src/gui/textcommandeditor.cpp
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/textcommandeditor.cpp
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/textcommandeditor.cpp')
-rw-r--r--src/gui/textcommandeditor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp
index 0bd25fcb5..6512f8465 100644
--- a/src/gui/textcommandeditor.cpp
+++ b/src/gui/textcommandeditor.cpp
@@ -343,11 +343,6 @@ void TextCommandEditor::update()
{
}
-void TextCommandEditor::widgetResized(const gcn::Event &event)
-{
- Window::widgetResized(event);
-}
-
void TextCommandEditor::updateList()
{
}