diff --git a/src/modules/Image/blit.c b/src/modules/Image/blit.c index 6ff2e3a4d9c37e35df1196ff2127050e30535737..98310549480bbd2097625d564d2f1f924ffd9a92 100644 --- a/src/modules/Image/blit.c +++ b/src/modules/Image/blit.c @@ -1,10 +1,10 @@ -/* $Id: blit.c,v 1.35 1999/05/25 10:50:26 mirar Exp $ */ +/* $Id: blit.c,v 1.36 1999/05/25 12:00:22 mirar Exp $ */ #include "global.h" /* **! module Image **! note -**! $Id: blit.c,v 1.35 1999/05/25 10:50:26 mirar Exp $ +**! $Id: blit.c,v 1.36 1999/05/25 12:00:22 mirar Exp $ **! class Image */ @@ -564,7 +564,6 @@ void image_paste_alpha_color(INT32 args) if (args==6 || args==4 || args==2 || args==3) /* color at arg 2.. */ arg=1+getrgb(THIS,1,args,3,"image->paste_alpha_color()\n"); - fprintf(stderr,"%02x%02x%02x\n",THIS->rgb.r,THIS->rgb.g,THIS->rgb.b); if (args>arg+1) { if (sp[arg-args].type!=T_INT