From 1c16ed647bdbabd8eeb9d37e083e13e83c04238f Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 30 Dec 2019 13:57:55 +0900 Subject: [PATCH] remove shadow(unused) variables. --- src/bin/image_blend_solid_9patch.c | 2 +- src/bin/image_blend_solid_stretch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/image_blend_solid_9patch.c b/src/bin/image_blend_solid_9patch.c index 81c9de4..caa2d1f 100644 --- a/src/bin/image_blend_solid_9patch.c +++ b/src/bin/image_blend_solid_9patch.c @@ -43,7 +43,7 @@ static void _loop(double t, int f) { int i; Evas_Coord x, y, w, h, w0, h0; - static int done = 0; + for (i = 0; i < OBNUM; i++) { w0 = 80; diff --git a/src/bin/image_blend_solid_stretch.c b/src/bin/image_blend_solid_stretch.c index 2d7c0d4..51eda5a 100644 --- a/src/bin/image_blend_solid_stretch.c +++ b/src/bin/image_blend_solid_stretch.c @@ -49,7 +49,7 @@ static void _loop(double t, int f) { int i; Evas_Coord x, y, w, h, w0, h0; - static int done = 0; + for (i = 0; i < OBNUM; i++) { w0 = 80;