diff --git a/src/nsgl_context.m b/src/nsgl_context.m index 2c3dcca6..12c3a779 100644 --- a/src/nsgl_context.m +++ b/src/nsgl_context.m @@ -86,7 +86,6 @@ int _glfwCreateContext(_GLFWwindow* window, } #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 - // Fail if any OpenGL version above 2.1 other than 3.2 was requested if (wndconfig->glMajor == 3 && wndconfig->glMinor < 2) { _glfwInputError(GLFW_VERSION_UNAVAILABLE,