hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=1c16ed647bdbabd8eeb9d37e083e13e83c04238f

commit 1c16ed647bdbabd8eeb9d37e083e13e83c04238f
Author: Hermet Park <[email protected]>
Date:   Mon Dec 30 13:57:55 2019 +0900

    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;

-- 


Reply via email to