From 3c2a89e5e81857f0789ed82194276e35fe58537b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 13 Sep 2010 16:27:16 +0200 Subject: [PATCH] Removed content-less comment. --- src/fullscreen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fullscreen.c b/src/fullscreen.c index c73e05cb..b2bd31f1 100644 --- a/src/fullscreen.c +++ b/src/fullscreen.c @@ -86,9 +86,7 @@ GLFWAPI int glfwGetVideoModes(GLFWvidmode* list, int maxcount) return 0; } - // Get list of video modes count = _glfwPlatformGetVideoModes(list, maxcount); - if (count > 0) qsort(list, count, sizeof(GLFWvidmode), compareVideoModes);