]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 22 Aug 2014 17:02:45 +0000 (17:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 22 Aug 2014 17:02:45 +0000 (17:02 +0000)
MagickCore/property.c

index 14d08e37a268d307e7348cfa37455d146e96220a..a74a22de8f551e361232e247b30b2430a12d0043 100644 (file)
@@ -3884,12 +3884,6 @@ MagickExport MagickBooleanType SetImageProperty(Image *image,
           image->compression=(CompressionType) compression;
           return(MagickTrue);
         }
-      if (LocaleCompare("copyright",property) == 0)
-        {
-          (void) ThrowMagickException(exception,GetMagickModule(),
-               OptionError,"SetReadOnlyProperty","`%s'",property);
-          return(MagickFalse);
-        }
       break; /* not an attribute, add as a property */
     }
     case 'D':