glx: remove XCB debug leftover
authorRALOVICH, Kristóf <tade60@freemail.hu>
Sat, 8 Nov 2008 16:58:55 +0000 (17:58 +0100)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 17:02:11 +0000 (10:02 -0700)
src/glx/x11/glxcmds.c

index ec5ec4c3f07058b8e1bf355fdb40444cb15f63fe..1d373ed29d81bea9ec76403b50107b76eeca9b90 100644 (file)
@@ -254,10 +254,6 @@ GLXContext AllocateGLXContext( Display *dpy )
      CARD8 opcode;
     __GLXattribute *state;
 
-#ifdef USE_XCB
-    printf("USE_XCB\n");
-#endif
-
     if (!dpy)
         return NULL;