Mesa (master): glx: remove XCB debug leftover

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 26 17:04:00 UTC 2008


Module: Mesa
Branch: master
Commit: 1e167f6b5c91062264d6340d3d78364f0869e8ef
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e167f6b5c91062264d6340d3d78364f0869e8ef

Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Sat Nov  8 17:58:55 2008 +0100

glx: remove XCB debug leftover

---

 src/glx/x11/glxcmds.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c
index ec5ec4c..1d373ed 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;
 




More information about the mesa-commit mailing list