remove deprecated code related with

elm_theme_all_set
function.


SVN revision: 69241
This commit is contained in:
Jiyoun Park 2012-03-12 10:04:25 +00:00
parent fb217ce3a9
commit 19ade405e0
1 changed files with 0 additions and 7 deletions

View File

@ -610,13 +610,6 @@ elm_theme_full_flush(void)
elm_theme_flush(&(theme_default));
}
EINA_DEPRECATED EAPI void
elm_theme_all_set(const char *theme)
{
elm_theme_set(NULL, theme);
elm_config_all_flush();
}
EAPI Eina_List *
elm_theme_name_available_list_new(void)
{