From: RALOVICH, Kristóf Date: Sat, 8 Nov 2008 16:58:55 +0000 (+0100) Subject: glx: remove XCB debug leftover X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e167f6b5c91062264d6340d3d78364f0869e8ef;p=mesa.git glx: remove XCB debug leftover --- 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;