summaryrefslogtreecommitdiff
path: root/legacy/emotion
diff options
context:
space:
mode:
authorJihoon Kim <imfine98@gmail.com>2012-07-15 23:59:52 +0000
committerJihoon Kim <imfine98@gmail.com>2012-07-15 23:59:52 +0000
commit810cb4c1e1c026ffc8b3a341879110fbdb613634 (patch)
treee36a21a321d5c775d03cb14b89ae47cf95c8afbb /legacy/emotion
parentbf6a819dde38b1301ee522e1ce928ee802d3177d (diff)
downloadefl-810cb4c1e1c026ffc8b3a341879110fbdb613634.tar.gz
emotion: remove unused variable
SVN revision: 73898
Diffstat (limited to 'legacy/emotion')
-rw-r--r--legacy/emotion/src/bin/emotion_test_main.c2
1 files changed, 1 insertions, 1 deletions
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;