Index: ./programs/Xserver/fb/fbtrap.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/fb/fbtrap.c,v retrieving revision 1.2 diff -u -r1.2 fbtrap.c --- ./programs/Xserver/fb/fbtrap.c 23 Apr 2004 19:05:14 -0000 1.2 +++ ./programs/Xserver/fb/fbtrap.c 4 Aug 2004 03:51:40 -0000 @@ -938,15 +938,6 @@ { int alpha; -#ifdef DEBUG - fprintf(stderr, "alpha (%f, %f) - (%f, %f) = ", - (double) pw->p1.x / (1 << 16), - (double) pw->p1.y / (1 << 16), - (double) pw->p2.x / (1 << 16), - (double) pw->p2.y / (1 << 16)); - fflush(stderr); -#endif - /* * Sharp polygons are different, alpha is 1 if the * area includes the pixel origin, else zero, in