Removed superfluous comments.

This commit is contained in:
Camilla Berglund 2014-11-06 19:38:27 +01:00
parent 899117e785
commit bc219056a6
1 changed files with 0 additions and 2 deletions

View File

@ -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);