From dd325d742db9db54a25460fcacd093e7cc6f44f0 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 1 Feb 2014 21:44:23 +0000 Subject: Again improved LogReplaceLine * Fixed issues on Linux with cursor positioning * Made preprocessor blocks more readable * Improved reliability of line clearing on Windows - Removed an *unneeded* variable --- src/Log.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Log.h') diff --git a/src/Log.h b/src/Log.h index c9ca17864..6944edd88 100644 --- a/src/Log.h +++ b/src/Log.h @@ -11,7 +11,6 @@ private: FILE * m_File; static cLog * s_Log; - size_t m_LastStringSize; public: -- cgit v1.2.3