elementary/naviframe - unnecessary job stuff.

I don't know why this code are here. But these are definetly removed.

I guess this job stuff was in at shilpa's patch.



SVN revision: 79496
This commit is contained in:
ChunEon Park 2012-11-21 05:55:25 +00:00
parent 1000855abe
commit 56913bba3f
1 changed files with 1 additions and 10 deletions

View File

@ -721,14 +721,6 @@ _elm_naviframe_smart_sizing_eval(Evas_Object *obj)
evas_object_size_hint_max_set(obj, -1, -1);
}
static Eina_Bool
_item_pop_idler(void *data)
{
elm_naviframe_item_pop(data);
return ECORE_CALLBACK_CANCEL;
}
static void
_on_item_back_btn_clicked(void *data,
Evas_Object *obj,
@ -739,8 +731,7 @@ _on_item_back_btn_clicked(void *data,
prevent those scenario and guarantee only one clicked for it's own
page. */
evas_object_smart_callback_del(obj, "clicked", _on_item_back_btn_clicked);
ecore_idler_add(_item_pop_idler, data);
elm_naviframe_item_pop(data);
}
static Evas_Object *