From d4f7dfabf462351d6eb8a1dee4da286021119582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Hamil?= Date: Sat, 21 Jun 2025 12:56:24 +0300 Subject: [PATCH] Remove unused GetOverlayManager method from Window class --- src/Ryujinx.Graphics.Gpu/Window.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Ryujinx.Graphics.Gpu/Window.cs b/src/Ryujinx.Graphics.Gpu/Window.cs index e07aa29e2..861769610 100644 --- a/src/Ryujinx.Graphics.Gpu/Window.cs +++ b/src/Ryujinx.Graphics.Gpu/Window.cs @@ -359,14 +359,6 @@ namespace Ryujinx.Graphics.Gpu return false; } - /// - /// Get the overlay manager for external access - /// - public OverlayManager GetOverlayManager() - { - return _overlayManager; - } - /// /// Dispose resources ///