set session for chat

This commit is contained in:
doitux
2009-08-18 00:46:18 +00:00
parent 118f053216
commit 3e2501c28b
4 changed files with 9 additions and 5 deletions
-2
View File
@@ -28,7 +28,6 @@ class Session;
class gameTableImpl;
class startWindowImpl;
class Log;
class Chat;
class ConfigFile;
@@ -161,7 +160,6 @@ public:
private:
Log *myLog;
Chat *myChat;
gameTableImpl *myW;
ConfigFile *myConfig;
startWindowImpl *myStartWindow;