mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
- remove "debug" code
This commit is contained in:
parent
6d46acfc70
commit
d8824f2d5c
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user