remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 10:21:48 +0000 (10:21 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 10:21:48 +0000 (10:21 +0000)
elm_object_tree_unfocusable_get/set

function.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_main.c

index a47c0ab..2fc202e 100644 (file)
@@ -1123,19 +1123,6 @@ elm_object_focus_next(Evas_Object        *obj,
    elm_widget_focus_cycle(obj, dir);
 }
 
-EINA_DEPRECATED EAPI void
-elm_object_tree_unfocusable_set(Evas_Object *obj,
-                                Eina_Bool    unfocusable)
-{
-   elm_object_tree_focus_allow_set(obj, unfocusable);
-}
-
-EINA_DEPRECATED EAPI Eina_Bool
-elm_object_tree_unfocusable_get(const Evas_Object *obj)
-{
-   return elm_object_tree_focus_allow_get(obj);
-}
-
 EAPI void
 elm_object_tree_focus_allow_set(Evas_Object *obj,
                                 Eina_Bool    tree_focusable)