From: Dirk Lemstra Date: Thu, 18 Jul 2019 20:35:16 +0000 (+0200) Subject: Removed duplicate check. X-Git-Tag: 7.0.8-55~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=442ae0fd852adcb6801cd0b7a354bc9bb69816d6;p=imagemagick Removed duplicate check. --- diff --git a/coders/ps.c b/coders/ps.c index 6a2656802..8fbf1b20b 100644 --- a/coders/ps.c +++ b/coders/ps.c @@ -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. */