ArchHooks::AdditionalLog is obsolete.
This commit is contained in:
@@ -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 );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user