From 25b22e6b4c556d2f55839e166d8a542a67eacae7 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 16 Sep 2010 04:18:22 +0200 Subject: [PATCH] Removed content-less comments. --- src/x11/x11_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index a5ad4645..857d6d1f 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -67,7 +67,6 @@ static void initLibraries(void) static GLboolean initDisplay(void) { - // Open display _glfwLibrary.X11.display = XOpenDisplay(0); if (!_glfwLibrary.X11.display) { @@ -111,7 +110,6 @@ static GLboolean initDisplay(void) return GL_FALSE; } - // Retrieve GLX version if (!glXQueryVersion(_glfwLibrary.X11.display, &_glfwLibrary.X11.glxMajor, &_glfwLibrary.X11.glxMinor))