mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-23 16:39:43 +00: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:
parent
6ca486ffb2
commit
d0de0a3f47
10 changed files with 0 additions and 30 deletions
|
@ -163,10 +163,6 @@ void Host_JitProfileDataWiped()
|
|||
{
|
||||
}
|
||||
|
||||
void Host_UpdateMainFrame()
|
||||
{
|
||||
}
|
||||
|
||||
void Host_RequestRenderWindowSize(int width, int height)
|
||||
{
|
||||
std::thread jnicall(UpdatePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue