diff --git a/Source/Core/DolphinQt/Host.cpp b/Source/Core/DolphinQt/Host.cpp index 49612b1cda..46b0aa8963 100644 --- a/Source/Core/DolphinQt/Host.cpp +++ b/Source/Core/DolphinQt/Host.cpp @@ -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);