mirror of
https://github.com/glfw/glfw.git
synced 2025-04-13 16:50:39 +00:00
Removed superfluous comments.
This commit is contained in:
parent
899117e785
commit
bc219056a6
1 changed files with 0 additions and 2 deletions
|
@ -153,11 +153,9 @@ GLFWAPI void glfwTerminate(void)
|
|||
|
||||
memset(&_glfw.callbacks, 0, sizeof(_glfw.callbacks));
|
||||
|
||||
// Close all remaining windows
|
||||
while (_glfw.windowListHead)
|
||||
glfwDestroyWindow((GLFWwindow*) _glfw.windowListHead);
|
||||
|
||||
// Destroy all cursors
|
||||
while (_glfw.cursorListHead)
|
||||
glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue