]> granicus.if.org Git - imagemagick/commitdiff
Removed duplicate check.
authorDirk Lemstra <dirk@lemstra.org>
Thu, 18 Jul 2019 20:35:16 +0000 (22:35 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Thu, 18 Jul 2019 20:35:16 +0000 (22:35 +0200)
coders/ps.c

index 6a26568027e453a3c88b96828a1b1c8fbc25ca13..8fbf1b20ba14aeaf9570c1e122fe018adf4b16f2 100644 (file)
@@ -305,11 +305,6 @@ static void ReadPSInfo(const ImageInfo *image_info,Image *image,
       default:
         continue;
     }
-    /*
-      Note document structuring comments.
-    */
-    if (strchr("\n\r%",c) == (char *) NULL)
-      continue;
     /*
       Skip %%BeginDocument thru %%EndDocument.
     */