mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 12:02:00 +00:00
Removed superfluous comments.
This commit is contained in:
parent
899117e785
commit
bc219056a6
@ -153,11 +153,9 @@ GLFWAPI void glfwTerminate(void)
|
|||||||
|
|
||||||
memset(&_glfw.callbacks, 0, sizeof(_glfw.callbacks));
|
memset(&_glfw.callbacks, 0, sizeof(_glfw.callbacks));
|
||||||
|
|
||||||
// Close all remaining windows
|
|
||||||
while (_glfw.windowListHead)
|
while (_glfw.windowListHead)
|
||||||
glfwDestroyWindow((GLFWwindow*) _glfw.windowListHead);
|
glfwDestroyWindow((GLFWwindow*) _glfw.windowListHead);
|
||||||
|
|
||||||
// Destroy all cursors
|
|
||||||
while (_glfw.cursorListHead)
|
while (_glfw.cursorListHead)
|
||||||
glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
|
glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user