From f52ce00bf10bd9ddc87c669fd86c9b5802abcbaa Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 25 Oct 2015 00:36:25 +0200 Subject: [PATCH] Remove outdated comment --- src/window.c | 1 - 1 file changed, 1 deletion(-) 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;