From 7191e2a76fab8cc2014642f9cb7d00f15ff282d5 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 4 Oct 2019 14:48:31 +0200 Subject: [PATCH] Removed debug code. --- coders/clipboard.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.40.0