mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 15:03:01 -06:00
Host: Remove unnecessary functions
Remove Host_RefreshDSPDebuggerWindow (which hasn't done anything since
DolphinWX was removed in 44b22c90
) and DSP::Host::UpdateDebugger (which
only called Host_RefreshDSPDebuggerWindow).
This commit is contained in:
@ -293,10 +293,6 @@ bool Host_UIBlocksControllerState()
|
||||
Core::GetState(Core::System::GetInstance()) != Core::State::Paused;
|
||||
}
|
||||
|
||||
void Host_RefreshDSPDebuggerWindow()
|
||||
{
|
||||
}
|
||||
|
||||
void Host_TitleChanged()
|
||||
{
|
||||
#ifdef USE_DISCORD_PRESENCE
|
||||
|
Reference in New Issue
Block a user