Removed superfluous comments.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 899117e785
commit bc219056a6
  1. 2
      src/init.c

@ -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…
Cancel
Save