mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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.
This commit is contained in:
@@ -70,7 +70,6 @@ bool Host_UIBlocksControllerState()
|
||||
return false;
|
||||
}
|
||||
|
||||
static Common::Event s_update_main_frame_event;
|
||||
void Host_Message(const HostMessageID id)
|
||||
{
|
||||
if (id == HostMessageID::WMUserStop)
|
||||
@@ -94,11 +93,6 @@ void Host_JitProfileDataWiped()
|
||||
{
|
||||
}
|
||||
|
||||
void Host_UpdateMainFrame()
|
||||
{
|
||||
s_update_main_frame_event.Set();
|
||||
}
|
||||
|
||||
void Host_RequestRenderWindowSize(int width, int height)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user