remove obsolete HOOKS->Log

This commit is contained in:
Glenn Maynard
2003-12-29 23:40:57 +00:00
parent 0ae51ca247
commit ed1821eab7
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -240,9 +240,6 @@ void RageLog::Write( int where, const CString &line )
if( where&WRITE_TO_INFO && g_fileInfo.IsOpen() )
g_fileInfo.PutLine( str );
if( HOOKS )
HOOKS->Log( str, where & WRITE_TO_INFO );
if( where & WRITE_TO_INFO )
AddToInfo( str );
AddToRecentLogs( str );
-3
View File
@@ -22,9 +22,6 @@ protected:
void IgnoreMessage( CString ID );
public:
/* This receives all logs. 'important' is set for Warn and Info. */
virtual void Log(CString str, bool important) { }
/* This is called as soon as SDL is set up, the loading window is shown
* and we can safely log and throw. */
virtual void DumpDebugInfo() { }