diff --git a/Source/OpenTK/Platform/X11/X11WindowInfo.cs b/Source/OpenTK/Platform/X11/X11WindowInfo.cs deleted file mode 100644 index 5622133a..00000000 --- a/Source/OpenTK/Platform/X11/X11WindowInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace OpenTK.Platform.X11 -{ - public class X11WindowInfo : IWindowInfo - { - public IntPtr RootWindow; - public IntPtr Window; - public IntPtr TopLevelWindow; - public IntPtr Display; - public int Screen; - } -}