From ce5e3774317405c86d8cd96f4ae5ffd179f92b2b Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 16 Oct 2018 15:27:43 -0400 Subject: [PATCH] ... --- coders/tiff.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/coders/tiff.c b/coders/tiff.c index 92de216e1..633b0d162 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -3593,13 +3593,6 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info, compress_tag=COMPRESSION_PACKBITS; break; } -#if defined(COMPRESSION_WEBP) - case ZstdCompression: - { - compress_tag=COMPRESSION_WEBP; - break; - } -#endif case ZipCompression: { compress_tag=COMPRESSION_ADOBE_DEFLATE; -- 2.40.0