From d3d48f198ee71b4421d9fe7b2c66341db9ef2eff Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 8 Mar 2017 10:59:36 +0100 Subject: zap HAVE_LIBTIFF, tiff 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 35a5132..d09507b 100644 --- a/selections.c +++ b/selections.c @@ -610,9 +610,7 @@ void ipc_init() targets[ntargets++] = MIME_IMAGE_GIF; #endif targets[ntargets++] = MIME_IMAGE_PNG; -#ifdef HAVE_LIBTIFF targets[ntargets++] = MIME_IMAGE_TIFF; -#endif targets[ntargets++] = XA_PIXMAP; targets[ntargets++] = XA_STRING; -- cgit