mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 07:58:40 -05:00
Host: Remove outdated comment
Host_RequestFullscreen and Host_UpdateMainFrame have been removed, and Host_RequestRenderWindowSize has been used by DolphinQt since80699096and by Android sincee8739156.
This commit is contained in:
parent
530ea7528e
commit
3b832e84e4
|
|
@ -277,10 +277,6 @@ void Host_PPCBreakpointsChanged()
|
|||
[] { emit Host::GetInstance()->PPCBreakpointsChanged(); });
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
// In particular, RequestRenderWindowSize, RequestFullscreen, and
|
||||
// UpdateMainFrame should almost certainly be removed.
|
||||
|
||||
void Host_RequestRenderWindowSize(int w, int h)
|
||||
{
|
||||
emit Host::GetInstance()->RequestRenderSize(w, h);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user