diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-08-07 01:59:38 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-08-07 01:59:38 +0000 |
commit | 16793c9b9b3fb5fd64fdf434ef6b5501803cb670 (patch) | |
tree | 626ec25bb4a0b3e387621c0e998f76997a33b881 /src/gui/chat.h | |
parent | d25e1c9b0dac7fcfe803083af1189489d5a9ad88 (diff) | |
download | mana-16793c9b9b3fb5fd64fdf434ef6b5501803cb670.tar.gz mana-16793c9b9b3fb5fd64fdf434ef6b5501803cb670.tar.bz2 mana-16793c9b9b3fb5fd64fdf434ef6b5501803cb670.tar.xz mana-16793c9b9b3fb5fd64fdf434ef6b5501803cb670.zip |
A bunch of cleanups.
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 80e57a84..cd52ac46 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -24,7 +24,6 @@ #ifndef _TMW_CHAT_H #define _TMW_CHAT_H -#include <fstream> #include <list> #include <string> @@ -117,12 +116,7 @@ class ChatWindow : public Window, public gcn::ActionListener, /** * Constructor. */ - ChatWindow(const std::string &logfile, Network *network); - - /** - * Destructor. - */ - ~ChatWindow(); + ChatWindow(Network *network); /** * Logic (updates components' size) @@ -195,7 +189,6 @@ class ChatWindow : public Window, public gcn::ActionListener, private: Network *mNetwork; - std::ofstream mChatlogFile; bool mTmpVisible; /** One item in the chat log */ |