From 810cb4c1e1c026ffc8b3a341879110fbdb613634 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sun, 15 Jul 2012 23:59:52 +0000 Subject: [PATCH] emotion: remove unused variable SVN revision: 73898 --- legacy/emotion/src/bin/emotion_test_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/bin/emotion_test_main.c b/legacy/emotion/src/bin/emotion_test_main.c index 80446ac66e..13380d6700 100644 --- a/legacy/emotion/src/bin/emotion_test_main.c +++ b/legacy/emotion/src/bin/emotion_test_main.c @@ -300,7 +300,7 @@ bg_key_down(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object *obj __UNUSED static void video_obj_time_changed(Evas_Object *obj, Evas_Object *edje) { - double pos, len, scale, bsize; + double pos, len, scale; char buf[256]; int ph, pm, ps, pf, lh, lm, ls;