diff options
author | RALOVICH, Kristóf <tade60@freemail.hu> | 2008-11-08 17:58:55 +0100 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-26 10:02:11 -0700 |
commit | 1e167f6b5c91062264d6340d3d78364f0869e8ef (patch) | |
tree | 790dd7af834ebcbbf4b01ab890216f733b12ce24 | |
parent | ff3fa92eaa67579b3bd3480bc685cfc55ae1eff2 (diff) |
glx: remove XCB debug leftover
-rw-r--r-- | 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 ec5ec4c3f0..1d373ed29d 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; |