From f6456301da40db5fe9d12df0d528a4373ccd6da6 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 28 Apr 2018 10:38:34 -0400 Subject: [PATCH] ... --- MagickCore/draw.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 5a28888e3..c38542942 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -2437,11 +2437,6 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info, n=0; break; } - if (graphic_context[n]->clip_mask != (char *) NULL) - if (LocaleCompare(graphic_context[n]->clip_mask, - graphic_context[n-1]->clip_mask) != 0) - (void) SetImageMask(image,ReadPixelMask,(Image *) NULL, - exception); graphic_context[n]=DestroyDrawInfo(graphic_context[n]); n--; break; -- 2.40.0