]> granicus.if.org Git - imagemagick/commitdiff
Removed invalid set of adjoin.
authorDirk Lemstra <dirk@git.imagemagick.org>
Sun, 29 Jan 2017 15:22:26 +0000 (16:22 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sun, 29 Jan 2017 15:22:54 +0000 (16:22 +0100)
MagickCore/blob.c

index 888ac6fe6871ac527273e18430345305db995998..d59f8a467ec14ade0235477af73e6c67044cfa69 100644 (file)
@@ -2078,7 +2078,6 @@ MagickExport void ImagesToUserBlob(const ImageInfo *image_info,Image *images,
   assert(user_info->handler != (BlobHandler) NULL);
   assert(exception != (ExceptionInfo *) NULL);
   blob_info=CloneImageInfo(image_info);
-  blob_info->adjoin=MagickFalse;
   blob_info->user_info=user_info;
   (void) SetImageInfo(blob_info,(unsigned int) GetImageListLength(images),
     exception);