Remove AdditionalLog.
This commit is contained in:
@@ -25,9 +25,6 @@ public:
|
|||||||
/* This receives all logs. 'important' is set for Warn and Info. */
|
/* This receives all logs. 'important' is set for Warn and Info. */
|
||||||
virtual void Log(CString str, bool important) { }
|
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
|
/* This is called as soon as SDL is set up, the loading window is shown
|
||||||
* and we can safely log and throw. */
|
* and we can safely log and throw. */
|
||||||
virtual void DumpDebugInfo() { }
|
virtual void DumpDebugInfo() { }
|
||||||
|
|||||||
Reference in New Issue
Block a user