Elm ctxpopup: Remove useless implementation of sub_object_add.

Was just calling super and nothing more.
This commit is contained in:
Tom Hacohen 2016-04-15 13:40:23 +01:00
parent 22e3ea20ee
commit 6d135944be
2 changed files with 0 additions and 11 deletions

View File

@ -617,16 +617,6 @@ _elm_ctxpopup_elm_layout_sub_object_add_enable(Eo *obj EINA_UNUSED, Elm_Ctxpopup
return EINA_FALSE;
}
EOLIAN static Eina_Bool
_elm_ctxpopup_elm_widget_sub_object_add(Eo *obj, Elm_Ctxpopup_Data *_pd EINA_UNUSED, Evas_Object *sobj)
{
Eina_Bool int_ret = EINA_FALSE;
int_ret = elm_obj_widget_sub_object_add(eo_super(obj, MY_CLASS), sobj);
return int_ret;
}
EOLIAN static void
_elm_ctxpopup_elm_layout_sizing_eval(Eo *obj, Elm_Ctxpopup_Data *sd)
{

View File

@ -205,7 +205,6 @@ class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action, Efl.Orientati
Evas.Object_Smart.add;
Elm.Widget.parent.set;
Elm.Widget.focus_direction;
Elm.Widget.sub_object_add;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;