mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Remove superfluous comments
This commit is contained in:
parent
9b81d72c46
commit
11c15b562d
|
@ -503,7 +503,6 @@ static GLFWbool initExtensions(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for RandR extension
|
|
||||||
if (XRRQueryExtension(_glfw.x11.display,
|
if (XRRQueryExtension(_glfw.x11.display,
|
||||||
&_glfw.x11.randr.eventBase,
|
&_glfw.x11.randr.eventBase,
|
||||||
&_glfw.x11.randr.errorBase))
|
&_glfw.x11.randr.errorBase))
|
||||||
|
@ -559,7 +558,6 @@ static GLFWbool initExtensions(void)
|
||||||
_glfw.x11.xinerama.available = GLFW_TRUE;
|
_glfw.x11.xinerama.available = GLFW_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if Xkb is supported on this display
|
|
||||||
_glfw.x11.xkb.major = 1;
|
_glfw.x11.xkb.major = 1;
|
||||||
_glfw.x11.xkb.minor = 0;
|
_glfw.x11.xkb.minor = 0;
|
||||||
_glfw.x11.xkb.available =
|
_glfw.x11.xkb.available =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user