- remove "debug" code

This commit is contained in:
Pierre Joye 2005-03-28 08:17:17 +00:00
parent 6d46acfc70
commit d8824f2d5c

View File

@ -2240,7 +2240,7 @@ void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int s
int tox, toy;
int ncR, ncG, ncB;
toy = dstY;
printf("srccpopy:%X", src->transparent);
for (y = srcY; y < (srcY + h); y++) {
tox = dstX;
for (x = srcX; x < (srcX + w); x++) {