From 3b832e84e405ed818442f395bb69147adef497b1 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Sat, 2 Aug 2025 15:43:23 -0700 Subject: [PATCH] Host: Remove outdated comment Host_RequestFullscreen and Host_UpdateMainFrame have been removed, and Host_RequestRenderWindowSize has been used by DolphinQt since 80699096 and by Android since e8739156. --- Source/Core/DolphinQt/Host.cpp | 4 ---- 1 file changed, 4 deletions(-) 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);