Mesa (master): glx: Drop debug fprintf that snug in with the previous commit

Kristian Høgsberg krh at kemper.freedesktop.org
Mon Jul 26 20:08:16 UTC 2010


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

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Mon Jul 26 16:06:05 2010 -0400

glx: Drop debug fprintf that snug in with the previous commit

---

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

diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index cc1197b..0782b1d 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -2575,8 +2575,6 @@ __glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable,
    INT32 *x_ptr, *y_ptr, *w_ptr, *h_ptr;
    CARD8 opcode;
 
-   fprintf(stderr, "copy sub: %d,%d %dx%d\n", x, y , width, height);
-
 #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
    __GLXDRIdrawable *pdraw = GetGLXDRIDrawable(dpy, drawable);
    if (pdraw != NULL) {




More information about the mesa-commit mailing list