remove deprecated code related with

elm_font_cache_set/get
elm_image_cache_set/get
elm_cache_image_cache_size_get
function.


SVN revision: 69230
This commit is contained in:
Jiyoun Park 2012-03-12 08:40:03 +00:00
parent 91ecbfb917
commit 3436610d16
1 changed files with 0 additions and 24 deletions

View File

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