From b4945c4686a5f5a5a05082c5dfdef9e58f555d27 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 5 Nov 2014 16:08:41 +0000 Subject: [PATCH] --- coders/tiff.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/coders/tiff.c b/coders/tiff.c index e7aa78226..80834102d 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -2169,7 +2169,6 @@ ModuleExport size_t RegisterTIFFImage(void) entry->adjoin=MagickFalse; entry->format_type=ImplicitFormatType; entry->seekable_stream=MagickTrue; - entry->thread_support=NoThreadSupport; entry->description=ConstantString("Raw CCITT Group4"); entry->mime_type=ConstantString("image/tiff"); entry->module=ConstantString("TIFF"); @@ -2181,7 +2180,6 @@ ModuleExport size_t RegisterTIFFImage(void) #endif entry->endian_support=MagickTrue; entry->seekable_stream=MagickTrue; - entry->thread_support=NoThreadSupport; entry->description=ConstantString("Pyramid encoded TIFF"); entry->mime_type=ConstantString("image/tiff"); entry->module=ConstantString("TIFF"); @@ -2194,7 +2192,6 @@ ModuleExport size_t RegisterTIFFImage(void) entry->endian_support=MagickTrue; entry->seekable_stream=MagickTrue; entry->stealth=MagickTrue; - entry->thread_support=NoThreadSupport; entry->description=ConstantString(TIFFDescription); if (*version != '\0') entry->version=ConstantString(version); @@ -2209,7 +2206,6 @@ ModuleExport size_t RegisterTIFFImage(void) entry->magick=(IsImageFormatHandler *) IsTIFF; entry->endian_support=MagickTrue; entry->seekable_stream=MagickTrue; - entry->thread_support=NoThreadSupport; entry->description=ConstantString(TIFFDescription); if (*version != '\0') entry->version=ConstantString(version); @@ -2224,7 +2220,6 @@ ModuleExport size_t RegisterTIFFImage(void) entry->adjoin=MagickFalse; entry->endian_support=MagickTrue; entry->seekable_stream=MagickTrue; - entry->thread_support=NoThreadSupport; entry->description=ConstantString("Tagged Image File Format (64-bit)"); if (*version != '\0') entry->version=ConstantString(version); -- 2.40.0