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

Author: RALOVICH, Kristóf <[EMAIL PROTECTED]>
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;
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to