mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 11:36:51 +00:00
Removed unusued IGLControlHelper interface.
This commit is contained in:
parent
3f54e573e5
commit
c90c143ec3
|
@ -356,14 +356,4 @@ namespace OpenTK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region internal interface IGLControlHelper
|
|
||||||
|
|
||||||
internal interface IGLControlHelper
|
|
||||||
{
|
|
||||||
IWindowInfo WindowInfo { get; }
|
|
||||||
bool IsIdle { get; }
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue