summaryrefslogtreecommitdiff
path: root/Source/UnitTests/StubHost.cpp
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2025-08-02 15:03:55 -0700
committerDentomologist <dentomologist@gmail.com>2025-08-03 13:19:30 -0700
commit530ea7528e6a43ece73b48d7aa298000b6629002 (patch)
treeab1dcb01e00144aef175fb2ffb046c99b6b9bfbe /Source/UnitTests/StubHost.cpp
parentd0de0a3f478a8a491c5b7dad8369dc0961110925 (diff)
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).
Diffstat (limited to 'Source/UnitTests/StubHost.cpp')
-rw-r--r--Source/UnitTests/StubHost.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/UnitTests/StubHost.cpp b/Source/UnitTests/StubHost.cpp
index 3d980ee302..bd87bba095 100644
--- a/Source/UnitTests/StubHost.cpp
+++ b/Source/UnitTests/StubHost.cpp
@@ -19,9 +19,6 @@ void Host_PPCSymbolsChanged()
void Host_PPCBreakpointsChanged()
{
}
-void Host_RefreshDSPDebuggerWindow()
-{
-}
void Host_Message(HostMessageID)
{
}