diff options
| author | Dentomologist <dentomologist@gmail.com> | 2025-08-02 15:03:55 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2025-08-03 13:19:30 -0700 |
| commit | 530ea7528e6a43ece73b48d7aa298000b6629002 (patch) | |
| tree | ab1dcb01e00144aef175fb2ffb046c99b6b9bfbe /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | d0de0a3f478a8a491c5b7dad8369dc0961110925 (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/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index a09a2060fd..6132085b15 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -61,10 +61,6 @@ void Host_PPCBreakpointsChanged() { } -void Host_RefreshDSPDebuggerWindow() -{ -} - bool Host_UIBlocksControllerState() { return false; |
