mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:35:45 -04:00
HostInterface: Move 'System shut down' message to SDL
Only frontend where it makes sense anyway.
This commit is contained in:
@ -306,10 +306,7 @@ bool HostInterface::SaveState(const char* filename)
|
||||
|
||||
void HostInterface::OnSystemCreated() {}
|
||||
|
||||
void HostInterface::OnSystemDestroyed()
|
||||
{
|
||||
ReportFormattedMessage("System shut down.");
|
||||
}
|
||||
void HostInterface::OnSystemDestroyed() {}
|
||||
|
||||
void HostInterface::OnSystemPerformanceCountersUpdated() {}
|
||||
|
||||
|
Reference in New Issue
Block a user