]> granicus.if.org Git - imagemagick/commitdiff
Removed unused bounding_box.
authorDirk Lemstra <dirk@lemstra.org>
Fri, 28 Jun 2019 10:36:47 +0000 (12:36 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Fri, 28 Jun 2019 10:37:24 +0000 (12:37 +0200)
coders/pdf.c

index 7a41efed868a056d353d7564c71d303acd5019be..ab1d12175e31ceb4cfcfbed64747ad31f6003580 100644 (file)
@@ -434,7 +434,6 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception)
     delta;
 
   RectangleInfo
-    bounding_box,
     page;
 
   register char
@@ -517,7 +516,6 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception)
   trimbox=IsStringTrue(GetImageOption(image_info,"pdf:use-trimbox"));
   count=0;
   spotcolor=0;
-  (void) memset(&bounding_box,0,sizeof(bounding_box));
   (void) memset(&bounds,0,sizeof(bounds));
   (void) memset(&hires_bounds,0,sizeof(hires_bounds));
   (void) memset(command,0,sizeof(command));