Removed unusued IGLControlHelper interface.

This commit is contained in:
the_fiddler 2008-11-23 09:39:58 +00:00
parent 3f54e573e5
commit c90c143ec3

View file

@ -356,14 +356,4 @@ namespace OpenTK
#endif #endif
#endregion #endregion
#region internal interface IGLControlHelper
internal interface IGLControlHelper
{
IWindowInfo WindowInfo { get; }
bool IsIdle { get; }
}
#endregion
} }