From: Dirk Lemstra Date: Fri, 4 Oct 2019 12:48:31 +0000 (+0200) Subject: Removed debug code. X-Git-Tag: 7.0.8-68~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7191e2a76fab8cc2014642f9cb7d00f15ff282d5;p=imagemagick Removed debug code. --- diff --git a/coders/clipboard.c b/coders/clipboard.c index 69291695a..a29fe836e 100644 --- a/coders/clipboard.c +++ b/coders/clipboard.c @@ -187,8 +187,6 @@ static Image *ReadCLIPBOARDImage(const ImageInfo *image_info, (void) CloseClipboard(); memset(clip_data,0,BMP_HEADER_SIZE); offset=p[0]+BMP_HEADER_SIZE; - printf("%d\n", (int) p[32]); - offset+=12; if ((p[0] == 40) && (p[16] == BI_BITFIELDS)) offset+=12; p-=BMP_HEADER_SIZE;