Removed unusued IGLControlHelper interface.

This commit is contained in:
the_fiddler 2008-11-23 09:39:58 +00:00
parent 6dcc5b841d
commit 4e4ca5bebf

View file

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