From 6f915fba4c1f8193adb248ee8b83781c950f5535 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 8 Mar 2017 10:56:58 +0100 Subject: zap HAVE_LIBPNG, png is a hard dependency now --- selections.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'selections.c') diff --git a/selections.c b/selections.c index 4803994..35a5132 100644 --- a/selections.c +++ b/selections.c @@ -609,9 +609,7 @@ void ipc_init() #ifdef HAVE_LIBGIF targets[ntargets++] = MIME_IMAGE_GIF; #endif -#ifdef HAVE_LIBPNG targets[ntargets++] = MIME_IMAGE_PNG; -#endif #ifdef HAVE_LIBTIFF targets[ntargets++] = MIME_IMAGE_TIFF; #endif -- cgit