Removed unused code.

This commit is contained in:
the_fiddler 2009-08-11 20:51:02 +00:00
parent cf6529532e
commit dcb89cb4fb

View file

@ -15,7 +15,5 @@ namespace OpenTK.Platform
/// <summary>Descibes an OS window.</summary>
public interface IWindowInfo : IDisposable
{
// /// <summary>Gets a System.IntPtr which contains the handle of the window.</summary>
//IntPtr WindowHandle { get; }
}
}