mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
glx: Drop debug fprintf that snug in with the previous commit
This commit is contained in:
parent
2235b1c72d
commit
e4aa9440d9
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue