elm_dayselector: remove old api!

This commit is contained in:
Marcel Hollerbach 2017-09-27 17:45:28 +02:00
parent 5ca9853eda
commit b48ef579e6
2 changed files with 0 additions and 7 deletions

View File

@ -594,12 +594,6 @@ _elm_dayselector_weekdays_names_get(const Eo *obj, Elm_Dayselector_Data *sd EINA
return weekdays;
}
EOLIAN static Eina_Bool
_elm_dayselector_elm_widget_focus_direction_manager_is(Eo *obj EINA_UNUSED, Elm_Dayselector_Data *_pd EINA_UNUSED)
{
return EINA_FALSE;
}
static void
_elm_dayselector_class_constructor(Efl_Class *klass)
{

View File

@ -152,7 +152,6 @@ class Elm.Dayselector (Efl.Ui.Layout)
class.constructor;
Efl.Object.constructor;
Elm.Widget.theme_apply;
Elm.Widget.focus_direction_manager_is;
Efl.Ui.Translatable.translation_update;
Efl.Part.part;
}