emotion: remove unused variable
authorjihoon <jihoon>
Sun, 15 Jul 2012 23:59:52 +0000 (23:59 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 15 Jul 2012 23:59:52 +0000 (23:59 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@73898 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/emotion_test_main.c

index 80446ac..13380d6 100644 (file)
@@ -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;