Remove AdditionalLog.

This commit is contained in:
Glenn Maynard
2003-10-02 01:10:48 +00:00
parent fa702635c1
commit 1fd137082d
-3
View File
@@ -25,9 +25,6 @@ public:
/* This receives all logs. 'important' is set for Warn and Info. */
virtual void Log(CString str, bool important) { }
/* This receives a pointer to data to be included in diagnostic output. */
virtual void AdditionalLog(CString str) { }
/* 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() { }