emotion: Remove dead assigment and commented out code
authorstefan <stefan>
Tue, 26 Jun 2012 10:55:02 +0000 (10:55 +0000)
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jun 2012 10:55:02 +0000 (10:55 +0000)
Thanks to scan-build.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@72871 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/emotion_test_main.c

index 6f9b303..93c80fd 100644 (file)
@@ -306,8 +306,6 @@ video_obj_time_changed(Evas_Object *obj, Evas_Object *edje)
 
    pos = emotion_object_position_get(obj);
    len = emotion_object_play_length_get(obj);
-   bsize = emotion_object_buffer_size_get(obj);
-   // printf("%3.3f, %3.3f [%.2f]\n", pos, len, bsize);
    scale = (len > 0.0) ? pos / len : 0.0;
    edje_object_part_drag_value_set(edje, "video_progress", scale, 0.0);
    lh = len / 3600;