mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Remove outdated comment
This commit is contained in:
parent
f5855968bb
commit
f52ce00bf1
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user