]> granicus.if.org Git - imagemagick/commitdiff
Removed duplicate declaration.
authorDirk Lemstra <dirk@lemstra.org>
Sun, 4 Aug 2019 10:01:33 +0000 (12:01 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Sun, 4 Aug 2019 10:01:33 +0000 (12:01 +0200)
MagickCore/draw.c

index f3712318abe3519e4facb4bfa1c1a06d1658f3b2..c615a18bf7373fe3e634668afed6fabde59c4046 100644 (file)
@@ -2725,9 +2725,6 @@ static MagickBooleanType RenderMVGContent(Image *image,
                   graphic_context[n],token,clip_path,exception);
                 if (graphic_context[n]->compliance != SVGCompliance)
                   {
-                    const char
-                      *clip_path;
-
                     clip_path=(const char *) GetValueFromSplayTree(macros,
                       graphic_context[n]->clip_mask);
                     if (clip_path != (const char *) NULL)