ArchHooks::AdditionalLog is obsolete.

This commit is contained in:
Glenn Maynard
2003-07-23 21:48:27 +00:00
parent 524d376299
commit daf234f83d
2 changed files with 0 additions and 6 deletions
@@ -27,11 +27,6 @@ void ArchHooks_Win32::Log(CString str, bool important)
CrashLog(str);
}
void ArchHooks_Win32::AdditionalLog(CString str)
{
AdditionalLog(str);
}
void ArchHooks_Win32::DumpDebugInfo()
{
/* This is a good time to do the debug search: before we actually
@@ -8,7 +8,6 @@ public:
ArchHooks_Win32();
void Log(CString str, bool important);
void DumpDebugInfo();
void AdditionalLog(CString str);
void MessageBoxOK( CString sMessage, CString ID );
MessageBoxResult MessageBoxAbortRetryIgnore( CString sMessage, CString ID );
};