mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
Remove unused GetOverlayManager method from Window class
This commit is contained in:
parent
72752d2c4b
commit
abb22a8a47
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