]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 5 Nov 2014 16:08:41 +0000 (16:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 5 Nov 2014 16:08:41 +0000 (16:08 +0000)
coders/tiff.c

index e7aa78226749202db4925c3e9551504f8da75ae7..80834102d159f6b7c949e2df97210309208a34e7 100644 (file)
@@ -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);