]> granicus.if.org Git - imagemagick/commitdiff
Removed duplicate declaration.
authorDirk Lemstra <dirk@lemstra.org>
Sun, 4 Aug 2019 09:53:52 +0000 (11:53 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Sun, 4 Aug 2019 09:53:52 +0000 (11:53 +0200)
MagickCore/geometry.c

index 660b0e038484f47b862cf49cac9860acecb90967..aa84a0e9bd1f463e7e601790f835c65a9f1af2be 100644 (file)
@@ -1424,9 +1424,6 @@ MagickExport MagickStatusType ParseMetaGeometry(const char *geometry,ssize_t *x,
         geometry_ratio,
         image_ratio;
 
-      GeometryInfo
-        geometry_info;
-
       /*
         Geometry is a relative to image size and aspect ratio.
       */