1
0
mirror of https://github.com/glfw/glfw.git synced 2025-03-09 03:03:13 +00:00

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;
}
// Check the OpenGL bits of the window config
if (!_glfwIsValidContextConfig(&ctxconfig))
return NULL;