From d1aac487e3fa4efd0cc9bdae899616a2d8cc1247 Mon Sep 17 00:00:00 2001 From: Jiyoun Park Date: Mon, 12 Mar 2012 07:03:12 +0000 Subject: [PATCH] remove deprecated code related with elm_all_flush function. SVN revision: 69222 --- src/lib/elm_main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index c8c5bfb..a47c0ab 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -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) { -- 2.7.4