diff options
| author | Dentomologist <dentomologist@gmail.com> | 2025-08-02 14:26:15 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2025-08-03 13:12:01 -0700 |
| commit | d0de0a3f478a8a491c5b7dad8369dc0961110925 (patch) | |
| tree | f95ca17f4177c6072d792bf6d66d02440db6fc9c /Source/UnitTests | |
| parent | 6ca486ffb20bd20d8e3efa20f5dc45beb18613c2 (diff) | |
Host: Remove unnecessary function
Remove Host_UpdateMainFrame(). The only non-empty call happened in
DolphinNoGUI which called s_update_main_frame_event.Set(), but
DolphinNoGUI never waits on that event.
Diffstat (limited to 'Source/UnitTests')
| -rw-r--r-- | Source/UnitTests/StubHost.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/UnitTests/StubHost.cpp b/Source/UnitTests/StubHost.cpp index ffbb0c41c2..3d980ee302 100644 --- a/Source/UnitTests/StubHost.cpp +++ b/Source/UnitTests/StubHost.cpp @@ -50,9 +50,6 @@ void Host_JitCacheInvalidation() void Host_JitProfileDataWiped() { } -void Host_UpdateMainFrame() -{ -} void Host_RequestRenderWindowSize(int, int) { } |
