summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-08-07 01:59:38 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-08-07 01:59:38 +0000
commit16793c9b9b3fb5fd64fdf434ef6b5501803cb670 (patch)
tree626ec25bb4a0b3e387621c0e998f76997a33b881 /src/gui/chat.h
parentd25e1c9b0dac7fcfe803083af1189489d5a9ad88 (diff)
downloadMana-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.h9
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 */