From 1c04a68a1604bf59dd2c33195f9f3fb2207a91e2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Nov 2013 12:50:15 +0300 Subject: remove log to chat from logger. --- src/logger.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/logger.h') diff --git a/src/logger.h b/src/logger.h index 90c3a689f..71a194467 100644 --- a/src/logger.h +++ b/src/logger.h @@ -65,12 +65,6 @@ class Logger final void setLogToStandardOut(const bool value) { mLogToStandardOut = value; } - /** - * Enables logging to chat window - */ - void setChatWindow(ChatWindow *const window) - { mChatWindow = window; } - /** * Enters a message in the log. The message will be timestamped. */ @@ -120,7 +114,6 @@ class Logger final private: std::ofstream mLogFile; bool mLogToStandardOut; - ChatWindow *mChatWindow; bool mDebugLog; }; -- cgit v1.2.3-60-g2f50