From: jypark Date: Mon, 12 Mar 2012 08:40:03 +0000 (+0000) Subject: remove deprecated code related with X-Git-Tag: REL_F_I9500_20120323_1~17^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c3d67286ba1de589fd578170870d20fd7e6f638;p=framework%2Fuifw%2Felementary.git remove deprecated code related with elm_font_cache_set/get elm_image_cache_set/get elm_cache_image_cache_size_get function. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69230 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index e1d22e2..6e7f3b4 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -1757,24 +1757,12 @@ elm_config_cache_flush_enabled_set(Eina_Bool enabled) _elm_recache(); } -EINA_DEPRECATED EAPI int -elm_font_cache_get(void) -{ - return elm_config_cache_font_cache_size_get(); -} - EAPI int elm_config_cache_font_cache_size_get(void) { return _elm_config->font_cache; } -EINA_DEPRECATED EAPI void -elm_font_cache_set(int size) -{ - elm_config_cache_font_cache_size_set(size); -} - EAPI void elm_config_cache_font_cache_size_set(int size) { @@ -1784,24 +1772,12 @@ elm_config_cache_font_cache_size_set(int size) _elm_recache(); } -EINA_DEPRECATED EAPI int -elm_image_cache_get(void) -{ - return elm_config_cache_image_cache_size_get(); -} - EAPI int elm_config_cache_image_cache_size_get(void) { return _elm_config->image_cache; } -EINA_DEPRECATED EAPI void -elm_image_cache_set(int size) -{ - elm_config_cache_image_cache_size_set(size); -} - EAPI void elm_config_cache_image_cache_size_set(int size) {