From: jypark Date: Mon, 12 Mar 2012 10:21:48 +0000 (+0000) Subject: remove deprecated code related with X-Git-Tag: REL_F_I9500_20120323_1~17^2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63120a6499062cd996f4196095c43e19200b98c2;p=framework%2Fuifw%2Felementary.git remove deprecated code related with 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 --- diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index a47c0ab..2fc202e 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -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)