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

index 0c8590a..8296824 100644 (file)
@@ -471,30 +471,6 @@ _elm_prefs_efl_canvas_group_group_del(Eo *obj, Elm_Prefs_Data *sd)
    efl_canvas_group_del(efl_super(obj, MY_CLASS));
 }
 
-EOLIAN static Eina_Bool
-_elm_prefs_elm_widget_focus_next(Eo *obj, Elm_Prefs_Data *sd, Elm_Focus_Direction dir, Evas_Object **next, Elm_Object_Item **next_item)
-{
-   const Eina_List *items;
-
-   ELM_PREFS_CHECK(obj) EINA_FALSE;
-
-   items = elm_obj_widget_focus_custom_chain_get(obj);
-   if (items)
-     {
-        return elm_widget_focus_list_next_get
-           (obj, items, eina_list_data_get, dir, next, next_item);
-     }
-
-   if (sd->root && sd->root->w_obj)
-     {
-        return elm_obj_widget_focus_next_get(sd->root->w_obj, dir, next, next_item);
-     }
-
-   if (next) *next = NULL;
-
-   return EINA_FALSE;
-}
-
 EAPI Evas_Object *
 elm_prefs_add(Evas_Object *parent)
 {
index aba13e6..bfb0cf8 100644 (file)
@@ -216,7 +216,6 @@ class Elm.Prefs (Elm.Widget, Efl.File)
       class.constructor;
       Efl.Object.constructor;
       Efl.File.file { get; set; }
-      Elm.Widget.focus_next;
    }
    events {
       page,changed; [[Called when page changed]]