From: jypark Date: Mon, 12 Mar 2012 09:01:32 +0000 (+0000) Subject: remove deprecated code related with X-Git-Tag: REL_F_I9500_20120323_1~17^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4aa9bd345dc3c04f0f6fcccfc8639e8147e9fa43;p=framework%2Fuifw%2Felementary.git remove deprecated code related with elm_object_cursor_engine_only_get/set function. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/els_cursor.c b/src/lib/els_cursor.c index 30fab6c..5a5caf2 100644 --- a/src/lib/els_cursor.c +++ b/src/lib/els_cursor.c @@ -483,12 +483,6 @@ elm_cursor_theme(Elm_Cursor *cur) _elm_cursor_set_hot_spots(cur); } -EINA_DEPRECATED EAPI void -elm_object_cursor_engine_only_set(Evas_Object *obj, Eina_Bool engine_only) -{ - elm_object_cursor_theme_search_enabled_set(obj, engine_only); -} - EAPI void elm_object_cursor_theme_search_enabled_set(Evas_Object *obj, Eina_Bool theme_search) { ELM_CURSOR_GET_OR_RETURN(cur, obj); @@ -502,12 +496,6 @@ EAPI void elm_object_cursor_theme_search_enabled_set(Evas_Object *obj, Eina_Bool } -EINA_DEPRECATED EAPI Eina_Bool -elm_object_cursor_engine_only_get(const Evas_Object *obj) -{ - return elm_object_cursor_theme_search_enabled_get(obj); -} - EAPI Eina_Bool elm_object_cursor_theme_search_enabled_get(const Evas_Object *obj) {