summaryrefslogtreecommitdiffstats
path: root/src/MCLogger.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-31 01:04:57 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-31 01:04:57 +0100
commitd8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c (patch)
tree85a995786a5f01ea108e9cd292173d282f8853d0 /src/MCLogger.h
parentAdded LOGREPLACELINE for line replacement (diff)
downloadcuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.tar
cuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.tar.gz
cuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.tar.bz2
cuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.tar.lz
cuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.tar.xz
cuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.tar.zst
cuberite-d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c.zip
Diffstat (limited to '')
-rw-r--r--src/MCLogger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MCLogger.h b/src/MCLogger.h
index 7bcc195dd..c105ab6e2 100644
--- a/src/MCLogger.h
+++ b/src/MCLogger.h
@@ -51,10 +51,6 @@ private:
/// Common initialization for all constructors, creates a logfile with the specified name and assigns s_MCLogger to this
void InitLog(const AString & a_FileName);
-
- /** Flag to show whether a 'replace line' log command has been issued
- Used to decide when to put a newline */
- bool m_BeginLineUpdate = false;
}; // tolua_export