summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2025-08-02 14:26:15 -0700
committerDentomologist <dentomologist@gmail.com>2025-08-03 13:12:01 -0700
commitd0de0a3f478a8a491c5b7dad8369dc0961110925 (patch)
treef95ca17f4177c6072d792bf6d66d02440db6fc9c /Source/UnitTests
parent6ca486ffb20bd20d8e3efa20f5dc45beb18613c2 (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.cpp3
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)
{
}