From bc219056a695a153299d3e964e5fed1d4af4c30b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 6 Nov 2014 19:38:27 +0100 Subject: [PATCH] Removed superfluous comments. --- src/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/init.c b/src/init.c index e3cdacc2..4a044ed0 100644 --- a/src/init.c +++ b/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);