From aa7853376492a0159bbee88c1ea33f5f52108bba Mon Sep 17 00:00:00 2001 From: Bailey Cosier Date: Mon, 18 Sep 2017 00:36:31 +0700 Subject: [PATCH] Cleanup: remove rogue debug statement --- src/glx_context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/glx_context.c b/src/glx_context.c index aaa2c8bd0..e48ef70fd 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -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);