diff --git a/Log.cpp b/Log.cpp index ca1cb3d2..10bf42ad 100644 --- a/Log.cpp +++ b/Log.cpp @@ -20,11 +20,8 @@ void LogMsg::Process() void Log::Flush () { -#ifndef _WIN32 if (m_LogFile) m_LogFile->flush(); -#endif -// TODO: find out what's wrong with flush for Windows } void Log::SetLogFile (const std::string& fullFilePath)