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