diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 00:38:00 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 00:38:00 +0000 |
commit | fb993c22ae46aba68c02e3c669804a25b24d2c73 (patch) | |
tree | 955063eda932b1f9f2264acce54bac71dcc8572d /src/gui/chat.h | |
parent | db8b740bfa402c929247efd954096fac7b72b2a3 (diff) | |
download | mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.tar.gz mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.tar.bz2 mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.tar.xz mana-client-fb993c22ae46aba68c02e3c669804a25b24d2c73.zip |
Removed some completely useless code from the chat class.
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 6be12b34..ad325339 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -202,11 +202,6 @@ class ChatWindow : public Window, public gcn::ActionListener, int own; }; - std::list<CHATLOG> mChatlog; /**< Chat log */ - - int mItems; - int mItemsKeep; - /** Constructs failed messages for actions */ std::string const_msg(CHATSKILL); |