mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 19:56:23 +02:00
Remove unused GetOverlayManager method from Window class
This commit is contained in:
parent
3ec079855d
commit
d4f7dfabf4
1 changed files with 0 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue