From: Dirk Lemstra Date: Fri, 28 Jun 2019 10:36:47 +0000 (+0200) Subject: Removed unused bounding_box. X-Git-Tag: 7.0.8-51~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efcfe142ee63248d48048b58ca198e64e2f84a81;p=imagemagick Removed unused bounding_box. --- diff --git a/coders/pdf.c b/coders/pdf.c index 7a41efed8..ab1d12175 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -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));