From: cristy Date: Sun, 14 Jun 2015 20:35:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~896 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e7204e3f200c19ea15eb27171777d5216f4c9b2;p=imagemagick --- diff --git a/coders/wmf.c b/coders/wmf.c index 22430d26a..61de11bec 100644 --- a/coders/wmf.c +++ b/coders/wmf.c @@ -1994,8 +1994,7 @@ static void util_set_pen(wmfAPI * API, wmfDC * dc) pixel_width; unsigned int - pen_style, - pen_type; + pen_style; pen = WMF_DC_PEN(dc); @@ -2010,8 +2009,6 @@ static void util_set_pen(wmfAPI * API, wmfDC * dc) pen_width = MagickMax(pen_width, pixel_width*0.8); pen_style = (unsigned int) WMF_PEN_STYLE(pen); - pen_type = (unsigned int) WMF_PEN_TYPE(pen); - (void) pen_type; /* Pen style specified? */ if (pen_style == PS_NULL)