From 0806d0e44f5c31c5584afb8b713d07b4206df86e Mon Sep 17 00:00:00 2001 From: Yoshihiro Yamazaki Date: Sun, 25 Nov 2012 20:56:17 +0900 Subject: [PATCH] delete used variable "count" --- src/swf_tag_shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swf_tag_shape.c b/src/swf_tag_shape.c index b664b7c..2928a78 100644 --- a/src/swf_tag_shape.c +++ b/src/swf_tag_shape.c @@ -595,7 +595,7 @@ swf_tag_shape_apply_rect_factor(void *detail, int shape_id, int bitmap_id, int swf_tag_shape_apply_type_tilled(void *detail, int shape_id, int bitmap_id) { - int i, count; + int i; swf_tag_shape_detail_t *swf_tag_shape = (swf_tag_shape_detail_t *) detail; swf_fill_style_array_t *fill_styles;; swf_shape_record_t *shape_record = NULL; -- 2.11.0