summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-21 10:03:44 -0700
committerIra Rice <irarice@gmail.com>2009-01-21 10:03:44 -0700
commit427f1319dc2890dfb2e5ed189d47cb16fa450554 (patch)
tree2852cb850e6ab7abb0345de96ccd5fdd895bcc90 /src/gui/chat.h
parent4bee113beffd52517ca0414909248ea9b00970cd (diff)
downloadmana-client-427f1319dc2890dfb2e5ed189d47cb16fa450554.tar.gz
mana-client-427f1319dc2890dfb2e5ed189d47cb16fa450554.tar.bz2
mana-client-427f1319dc2890dfb2e5ed189d47cb16fa450554.tar.xz
mana-client-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.h5
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.