Remove outdated comment

This commit is contained in:
Camilla Berglund 2015-10-25 00:36:25 +02:00
parent f5855968bb
commit f52ce00bf1
1 changed files with 0 additions and 1 deletions

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;