elm_seperator: remove old api!
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 26 Sep 2017 23:44:20 +0000 (01:44 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 10 Oct 2017 17:28:47 +0000 (19:28 +0200)
src/lib/elementary/elm_separator.c
src/lib/elementary/elm_separator.eo

index bb0e8f5..9f50a6f 100644 (file)
@@ -93,18 +93,6 @@ _elm_separator_horizontal_get(Eo *obj EINA_UNUSED, Elm_Separator_Data *sd)
    return sd->horizontal;
 }
 
-EOLIAN static Eina_Bool
-_elm_separator_elm_widget_focus_next_manager_is(Eo *obj EINA_UNUSED, Elm_Separator_Data *_pd EINA_UNUSED)
-{
-   return EINA_FALSE;
-}
-
-EOLIAN static Eina_Bool
-_elm_separator_elm_widget_focus_direction_manager_is(Eo *obj EINA_UNUSED, Elm_Separator_Data *_pd EINA_UNUSED)
-{
-   return EINA_FALSE;
-}
-
 EOLIAN static void
 _elm_separator_class_constructor(Efl_Class *klass)
 {
index 76813b0..835f2e3 100644 (file)
@@ -19,8 +19,6 @@ class Elm.Separator (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;
    }
 }