From 8e7204e3f200c19ea15eb27171777d5216f4c9b2 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 14 Jun 2015 20:35:51 +0000 Subject: [PATCH] --- coders/wmf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) -- 2.40.0