]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 14 Jun 2015 20:35:51 +0000 (20:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 14 Jun 2015 20:35:51 +0000 (20:35 +0000)
coders/wmf.c

index 22430d26acb2682adc4f72872252807de1218f5c..61de11bec3a0ec071f22a09597f9f6c40b03c6df 100644 (file)
@@ -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)