diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-21 10:03:44 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-21 10:03:44 -0700 |
commit | 427f1319dc2890dfb2e5ed189d47cb16fa450554 (patch) | |
tree | 2852cb850e6ab7abb0345de96ccd5fdd895bcc90 /src/gui/chat.h | |
parent | 4bee113beffd52517ca0414909248ea9b00970cd (diff) | |
download | mana-427f1319dc2890dfb2e5ed189d47cb16fa450554.tar.gz mana-427f1319dc2890dfb2e5ed189d47cb16fa450554.tar.bz2 mana-427f1319dc2890dfb2e5ed189d47cb16fa450554.tar.xz mana-427f1319dc2890dfb2e5ed189d47cb16fa450554.zip |
Reflowed chat window to use layout code.
Signed-off-by: Ira Rice <irarice@gmail.com>
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 03b2062a..2967e204 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -122,11 +122,6 @@ class ChatWindow : public Window, public gcn::ActionListener, ~ChatWindow(); /** - * 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. |