mirror of
https://github.com/glfw/glfw.git
synced 2025-04-08 14:50:34 +00:00
Removed content-less comment.
This commit is contained in:
parent
2b8e19d798
commit
3c2a89e5e8
1 changed files with 0 additions and 2 deletions
|
@ -86,9 +86,7 @@ GLFWAPI int glfwGetVideoModes(GLFWvidmode* list, int maxcount)
|
|||
return 0;
|
||||
}
|
||||
|
||||
// Get list of video modes
|
||||
count = _glfwPlatformGetVideoModes(list, maxcount);
|
||||
|
||||
if (count > 0)
|
||||
qsort(list, count, sizeof(GLFWvidmode), compareVideoModes);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue