From 9a66d3343865694da71762e36998e9736a2817f6 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 26 Jul 2014 17:09:20 +0200 Subject: [PATCH] should have removed that comment --- src/bin/media.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/media.c b/src/bin/media.c index 7c99310c..42d0e73f 100644 --- a/src/bin/media.c +++ b/src/bin/media.c @@ -768,12 +768,6 @@ _type_mov_init(Evas_Object *obj) _cb_media_pos, obj); edje_object_signal_callback_add(o, "vol,drag", "", _cb_media_vol, obj); - /* TODO where to stack the object in the ui? controls cannot be part of - * the 'media smart obj' becouse controls need to be on top of the term obj. - * - * I think we need to swallow inside the bg object. but how to - * retrive the edje bg object from here? - * */ evas_object_smart_member_add(o, obj); evas_object_clip_set(o, sd->clip); evas_object_show(o);