summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-26 16:06:05 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-26 16:06:05 -0400
commite4aa9440d9a71a04e9122588191d0357cc5e0c18 (patch)
tree57ac26c0005950e6c2cb4fcbb4dec623a364dde7 /src/glx/glxcmds.c
parent2235b1c72d79ec00a03c99219154e3f9103e692b (diff)
glx: Drop debug fprintf that snug in with the previous commit
Diffstat (limited to 'src/glx/glxcmds.c')
-rw-r--r--src/glx/glxcmds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index cc1197b504..0782b1d70f 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) {