Cleanup: remove rogue debug statement

This commit is contained in:
Bailey Cosier 2017-09-18 00:36:31 +07:00
parent ffca921954
commit aa78533764

View File

@ -64,8 +64,6 @@ static GLFWbool chooseGLXFBConfig(
findTransparent = GLFW_FALSE;
}
findTransparent = GLFW_TRUE;
// HACK: This is a (hopefully temporary) workaround for Chromium
// (VirtualBox GL) not setting the window bit on any GLXFBConfigs
vendor = glXGetClientString(_glfw.x11.display, GLX_VENDOR);