remove deprecated code related with

elm_object_cursor_engine_only_get/set
function.


SVN revision: 69235
This commit is contained in:
Jiyoun Park 2012-03-12 09:01:32 +00:00
parent 018f04684a
commit edfcb0c9a7
1 changed files with 0 additions and 12 deletions

View 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)
{