From 19ade405e0dd2559ad1a23be692e5f42ecd27bfb Mon Sep 17 00:00:00 2001 From: Jiyoun Park Date: Mon, 12 Mar 2012 10:04:25 +0000 Subject: [PATCH] remove deprecated code related with elm_theme_all_set function. SVN revision: 69241 --- legacy/elementary/src/lib/elm_theme.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/legacy/elementary/src/lib/elm_theme.c b/legacy/elementary/src/lib/elm_theme.c index 5f9e958a4d..a0caea28fc 100644 --- a/legacy/elementary/src/lib/elm_theme.c +++ b/legacy/elementary/src/lib/elm_theme.c @@ -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) {