Remove superfluous X11 library struct member.

This commit is contained in:
Camilla Berglund
2015-06-15 14:27:25 +02:00
parent 1ee4c4ba62
commit bdcffa90eb
3 changed files with 18 additions and 19 deletions
-2
View File
@@ -459,8 +459,6 @@ static void detectEWMH(void)
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_BYPASS_COMPOSITOR");
XFree(supportedAtoms);
_glfw.x11.hasEWMH = GL_TRUE;
}
// Initialize X11 display and look for supported X11 extensions