diff --git a/src/window.c b/src/window.c index 0e68742a..08426f85 100644 --- a/src/window.c +++ b/src/window.c @@ -149,7 +149,6 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, wndconfig.focused = GLFW_TRUE; } - // Check the OpenGL bits of the window config if (!_glfwIsValidContextConfig(&ctxconfig)) return NULL;