devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a9e7dbf282b1aa7f51493337013f3f30243c012c

commit a9e7dbf282b1aa7f51493337013f3f30243c012c
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon May 18 10:13:07 2015 -0400

    edje: Remove unused variables
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/edje/edje_embryo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_embryo.c b/src/lib/edje/edje_embryo.c
index 643a8e1..72480a8 100644
--- a/src/lib/edje/edje_embryo.c
+++ b/src/lib/edje/edje_embryo.c
@@ -1076,7 +1076,7 @@ _edje_embryo_fn_set_state_anim(Embryo_Program *ep, 
Embryo_Cell *params)
    char *tmp = NULL;
    Edje_Real_Part *rp;
    int anim_type = 0;
-   double tween = 0.0, value1 = 0.0, value2 = 0.0, v1 = 0.0, v2 = 0.0, v3 = 
0.0, v4 = 0.0;
+   double tween = 0.0, v1 = 0.0, v2 = 0.0, v3 = 0.0, v4 = 0.0;
 
    if (HASNPARAMS(4)) return -1;
 

-- 


Reply via email to