From 1fd137082d479c1b898a72dda3c9c8fa20619c41 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 2 Oct 2003 01:10:48 +0000 Subject: [PATCH] Remove AdditionalLog. --- stepmania/src/arch/ArchHooks/ArchHooks.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/arch/ArchHooks/ArchHooks.h b/stepmania/src/arch/ArchHooks/ArchHooks.h index 4ac8b1ba1f..1c72f9cee9 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks.h +++ b/stepmania/src/arch/ArchHooks/ArchHooks.h @@ -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() { }