mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 17:39:39 -06:00
Remove unused GetOverlayManager method from Window class
This commit is contained in:
@ -359,14 +359,6 @@ namespace Ryujinx.Graphics.Gpu
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get the overlay manager for external access
|
||||
/// </summary>
|
||||
public OverlayManager GetOverlayManager()
|
||||
{
|
||||
return _overlayManager;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Dispose resources
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user