diff --git a/Source/OpenTK/Platform/IWindowInfo.cs b/Source/OpenTK/Platform/IWindowInfo.cs index 7e6db64a..03a86899 100644 --- a/Source/OpenTK/Platform/IWindowInfo.cs +++ b/Source/OpenTK/Platform/IWindowInfo.cs @@ -15,7 +15,5 @@ namespace OpenTK.Platform /// Descibes an OS window. public interface IWindowInfo : IDisposable { - // /// Gets a System.IntPtr which contains the handle of the window. - //IntPtr WindowHandle { get; } } }