summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-08-10 20:53:07 -0600
committerJared Adams <jaxad0127@gmail.com>2009-08-10 20:53:07 -0600
commit3a23f6a771142b6dc3df361b88621eec31d4e40f (patch)
tree7364a138e37b96ced7363a1be010fea70b280e3e /src/gui/chat.h
parent843fbb7fac79d1e0340fe489e8e78e4a41b3da43 (diff)
downloadmana-client-3a23f6a771142b6dc3df361b88621eec31d4e40f.tar.gz
mana-client-3a23f6a771142b6dc3df361b88621eec31d4e40f.tar.bz2
mana-client-3a23f6a771142b6dc3df361b88621eec31d4e40f.tar.xz
mana-client-3a23f6a771142b6dc3df361b88621eec31d4e40f.zip
Remove layout code from ChatWindow
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 2de3a634..af5f760b 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -74,12 +74,6 @@ class ChatWindow : public Window,
*/
~ChatWindow();
- /**
- * Called when the widget changes size. Used for adapting the size of
- * the tabbed area.
- */
- void widgetResized(const gcn::Event &event);
-
void logic();
/**
@@ -193,8 +187,6 @@ class ChatWindow : public Window,
void removeWhisper(const std::string &nick);
- void adjustTabSize();
-
/** Used for showing item popup on clicking links **/
ItemLinkHandler *mItemLinkHandler;
Recorder *mRecorder;