diff options
author | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-06-05 13:43:34 (GMT) |
---|---|---|
committer | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-06-05 13:43:34 (GMT) |
commit | dfeab948530982d10a7754a93a37cd8422888378 (patch) | |
tree | 68f437c9b100794fefb75f8cf143722e11f973cd /Swift/Controllers/Chat/ChatController.h | |
parent | 7520c7fed383d4f7631f5572ef40379022126264 (diff) | |
download | swift-contrib-dfeab948530982d10a7754a93a37cd8422888378.zip swift-contrib-dfeab948530982d10a7754a93a37cd8422888378.tar.bz2 |
Restored ChatController and ChatsManager
Diffstat (limited to 'Swift/Controllers/Chat/ChatController.h')
-rw-r--r-- | Swift/Controllers/Chat/ChatController.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/Controllers/Chat/ChatController.h b/Swift/Controllers/Chat/ChatController.h index a6a9efa..7043231 100644 --- a/Swift/Controllers/Chat/ChatController.h +++ b/Swift/Controllers/Chat/ChatController.h @@ -12,7 +12,6 @@ #include <string> #include <Swift/Controllers/UIInterfaces/ChatWindow.h> -#include "Swift/Controllers/WhiteboardController.h" namespace Swift { class AvatarManager; @@ -77,7 +76,6 @@ namespace Swift { bool userWantsReceipts_; std::map<std::string, FileTransferController*> ftControllers; SettingsProvider* settings_; - WhiteboardController* whiteboardController_; }; } |