mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 22:06:24 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Get the overlay manager for external access
|
|
||||||
/// </summary>
|
|
||||||
public OverlayManager GetOverlayManager()
|
|
||||||
{
|
|
||||||
return _overlayManager;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Dispose resources
|
/// Dispose resources
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue