From 11c15b562d2619ea47187726d2bd243fb6923765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 20 Mar 2017 17:50:21 +0100 Subject: [PATCH] Remove superfluous comments --- src/x11_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x11_init.c b/src/x11_init.c index a13f23f0..02ffcb57 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -503,7 +503,6 @@ static GLFWbool initExtensions(void) } } - // Check for RandR extension if (XRRQueryExtension(_glfw.x11.display, &_glfw.x11.randr.eventBase, &_glfw.x11.randr.errorBase)) @@ -559,7 +558,6 @@ static GLFWbool initExtensions(void) _glfw.x11.xinerama.available = GLFW_TRUE; } - // Check if Xkb is supported on this display _glfw.x11.xkb.major = 1; _glfw.x11.xkb.minor = 0; _glfw.x11.xkb.available =