summaryrefslogtreecommitdiffstats
path: root/src/common/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logger.h')
-rw-r--r--src/common/logger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/logger.h b/src/common/logger.h
index 2d0ab3e..4febff0 100644
--- a/src/common/logger.h
+++ b/src/common/logger.h
@@ -91,9 +91,6 @@ class CLogger : public CSingleton<CLogger>
*/
void SetLogLevel(LogType level);
- static CLogger& GetInstance();
- static CLogger* GetInstancePointer();
-
private:
std::string mFilename;
FILE *mFile;