From 910634efcab4dff9a1bb5b7ad68a516c4c4adcde Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Tue, 22 Jul 2003 08:08:13 +0000 Subject: [PATCH] Get rid of unused if conditions to make RageLog compile again. --- stepmania/src/RageLog.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 03eb1758c3..d8f72e10ac 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -200,12 +200,8 @@ void RageLog::Write( int where, CString str) printf("%s\n", str.c_str() ); -//#ifdef DEBUG - Flush(); -#else if( (PREFSMAN && PREFSMAN->m_bDebugMode) || (where & WRITE_TO_INFO) ) Flush(); -#endif } void RageLog::Flush()