diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-24 15:28:30 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-24 15:28:46 +0100 |
commit | 5cb25cbc0b6b6d05a642d4a9d62b6b5895ef94b8 (patch) | |
tree | dc8b3c6a5029e73e54124134ef613bc47f621d31 /src/gui/chat.h | |
parent | c82ba1aaed3a46553de804ad313ca917d4931ff5 (diff) | |
download | mana-5cb25cbc0b6b6d05a642d4a9d62b6b5895ef94b8.tar.gz mana-5cb25cbc0b6b6d05a642d4a9d62b6b5895ef94b8.tar.bz2 mana-5cb25cbc0b6b6d05a642d4a9d62b6b5895ef94b8.tar.xz mana-5cb25cbc0b6b6d05a642d4a9d62b6b5895ef94b8.zip |
Reflowed chat window to use layout code.
Signed-off-by: Ira Rice <irarice@gmail.com>
(cherry picked from Aethyra commit 427f1319dc2890dfb2e5ed189d47cb16fa450554)
Conflicts:
src/gui/chat.cpp
src/gui/chat.h
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index db03aa47..2baafdef 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -127,11 +127,6 @@ class ChatWindow : public Window, public gcn::ActionListener, ChatWindow(Network *network); /** - * Called whenever the widget changes size. - */ - void widgetResized(const gcn::Event &event); - - /* * Adds a line of text to our message list. Parameters: * * @param line Text message. |