summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <tade60@freemail.hu>2008-11-08 17:58:55 +0100
committerBrian Paul <brian.paul@tungstengraphics.com>2008-11-26 10:02:11 -0700
commit1e167f6b5c91062264d6340d3d78364f0869e8ef (patch)
tree790dd7af834ebcbbf4b01ab890216f733b12ce24 /src/glx
parentff3fa92eaa67579b3bd3480bc685cfc55ae1eff2 (diff)
glx: remove XCB debug leftover
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/x11/glxcmds.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c
index ec5ec4c3f07..1d373ed29d8 100644
--- a/src/glx/x11/glxcmds.c
+++ b/src/glx/x11/glxcmds.c
@@ -254,10 +254,6 @@ GLXContext AllocateGLXContext( Display *dpy )
CARD8 opcode;
__GLXattribute *state;
-#ifdef USE_XCB
- printf("USE_XCB\n");
-#endif
-
if (!dpy)
return NULL;