]> granicus.if.org Git - imagemagick/commitdiff
Removed extra seek.
authordirk <dirk@git.imagemagick.org>
Wed, 15 Jun 2016 05:35:35 +0000 (07:35 +0200)
committerdirk <dirk@git.imagemagick.org>
Wed, 15 Jun 2016 05:35:35 +0000 (07:35 +0200)
coders/psd.c

index 56845480ec7fe3917d1b343be8f66585f6999ecd..f243cb588832a5cb37ace2a4275a481fba8fb8f9 100644 (file)
@@ -1215,7 +1215,6 @@ static MagickBooleanType ReadPSDChannel(Image *image,const PSDInfo *psd_info,
         layer_info->channel_info[channel].type,compression,
         layer_info->channel_info[channel].size-2,exception);
 #else
-      SeekBlob(image,offset+layer_info->channel_info[channel].size-2,SEEK_SET);
       (void) ThrowMagickException(exception,GetMagickModule(),
           MissingDelegateWarning,"DelegateLibrarySupportNotBuiltIn",
             "'%s' (ZLIB)",image->filename);