diff --git a/Source/GLControl/X11GLControl.cs b/Source/GLControl/X11GLControl.cs index 98c0de82..19d036b7 100644 --- a/Source/GLControl/X11GLControl.cs +++ b/Source/GLControl/X11GLControl.cs @@ -76,8 +76,6 @@ namespace OpenTK throw new ArgumentNullException("mode"); if (control == null) throw new ArgumentNullException("control"); - if (!mode.Index.HasValue) - throw new GraphicsModeException("Invalid or unsupported GraphicsMode."); this.mode = mode;