mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05: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