remove deprecated code related with

elm_all_flush 
function.


SVN revision: 69222
This commit is contained in:
Jiyoun Park 2012-03-12 07:03:12 +00:00
parent 2322a95342
commit 0bc61823fb
1 changed files with 0 additions and 6 deletions

View File

@ -1030,12 +1030,6 @@ elm_cache_all_flush(void)
}
}
EINA_DEPRECATED EAPI void
elm_all_flush(void)
{
elm_cache_all_flush();
}
EAPI Eina_Bool
elm_object_focus_get(const Evas_Object *obj)
{