elm_label: remove old api!

This commit is contained in:
Marcel Hollerbach 2017-09-27 01:35:23 +02:00
parent 092b8b8039
commit 9d88181510
2 changed files with 0 additions and 14 deletions

View File

@ -615,18 +615,6 @@ _elm_label_slide_duration_get(Eo *obj EINA_UNUSED, Elm_Label_Data *sd)
return sd->slide_duration;
}
EOLIAN static Eina_Bool
_elm_label_elm_widget_focus_next_manager_is(Eo *obj EINA_UNUSED, Elm_Label_Data *_pd EINA_UNUSED)
{
return EINA_FALSE;
}
EOLIAN static Eina_Bool
_elm_label_elm_widget_focus_direction_manager_is(Eo *obj EINA_UNUSED, Elm_Label_Data *_pd EINA_UNUSED)
{
return EINA_FALSE;
}
EOLIAN static void
_elm_label_class_constructor(Efl_Class *klass)
{

View File

@ -124,8 +124,6 @@ class Elm.Label (Efl.Ui.Layout)
implements {
class.constructor;
Efl.Object.constructor;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.theme_apply;
Efl.Part.part;
}