]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Tue, 6 Mar 2012 11:02:49 +0000 (11:02 +0000)
committeranthony <anthony@git.imagemagick.org>
Tue, 6 Mar 2012 11:02:49 +0000 (11:02 +0000)
MagickWand/operation.c

index 395bcc91f7e399c1e6ea3ff1e5cb3dc335b4efc8..2b7ae46f6dc572cc0bf9404a9392a952be94e0dd 100644 (file)
@@ -3537,7 +3537,6 @@ WandExport void CLIListOperatorImages(MagickCLI *cli_wand,
     {
       if (LocaleCompare("channel-ops",option+1) == 0)
         {
-          (void) SyncImagesSettings(mogrify_info,*images,exception);
           new_images=ChannelOperationImage(*images,argv[i+1],exception);
           break;
         }