diff --git a/src/modules/Image/layers.c b/src/modules/Image/layers.c index b3f8eecfce563c9ff1c1ae60545f4716d056da23..93d3c0c401719907961511dbea9589898d97c0bb 100644 --- a/src/modules/Image/layers.c +++ b/src/modules/Image/layers.c @@ -1,7 +1,7 @@ /* **! module Image **! note -**! $Id: layers.c,v 1.29 1999/07/23 21:37:38 mirar Exp $ +**! $Id: layers.c,v 1.30 1999/07/26 11:27:23 mirar Exp $ **! class Layer **! see also: layers **! @@ -195,7 +195,7 @@ #include <math.h> /* floor */ -RCSID("$Id: layers.c,v 1.29 1999/07/23 21:37:38 mirar Exp $"); +RCSID("$Id: layers.c,v 1.30 1999/07/26 11:27:23 mirar Exp $"); #include "image_machine.h" @@ -2420,13 +2420,10 @@ static void image_layer_crop(INT32 args) if (l->xsize+l->xoffs<=x+xz) xz=l->xsize-(x-l->xoffs); else zot++; if (l->ysize+l->yoffs<=y+yz) yz=l->ysize-(y-l->yoffs); else zot++; - fprintf(stderr,"old %d,%d + %d,%d\n",l->xoffs,l->yoffs,l->xsize,l->ysize); - fprintf(stderr,"new %d,%d + %d,%d zot=%d\n",x,y,xz,yz,zot); xi=x-l->xoffs; yi=y-l->yoffs; l->xoffs=x; l->yoffs=y; - fprintf(stderr,"crop %d,%d + %d,%d zot=%d\n",xi,yi,xz,yz,zot); if (zot && l->image) {