Remove superfluous comments

master
Camilla Löwy ago%!(EXTRA string=8 years)
parent 9b81d72c46
commit 11c15b562d
  1. 2
      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 =

Loading…
Cancel
Save