Remove outdated comment

This commit is contained in:
Camilla Berglund 2015-10-25 00:36:25 +02:00
parent f5855968bb
commit f52ce00bf1

View File

@ -149,7 +149,6 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
wndconfig.focused = GLFW_TRUE; wndconfig.focused = GLFW_TRUE;
} }
// Check the OpenGL bits of the window config
if (!_glfwIsValidContextConfig(&ctxconfig)) if (!_glfwIsValidContextConfig(&ctxconfig))
return NULL; return NULL;