mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Remove outdated comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user