remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 09:01:32 +0000 (09:01 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 09:01:32 +0000 (09:01 +0000)
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

src/lib/els_cursor.c

index 30fab6c..5a5caf2 100644 (file)
@@ -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)
 {