From 99bfa7841fb9d67da5e515a31ad9df18b84fff01 Mon Sep 17 00:00:00 2001 From: jypark Date: Mon, 12 Mar 2012 10:04:25 +0000 Subject: [PATCH] remove deprecated code related with elm_theme_all_set function. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_theme.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/elm_theme.c b/src/lib/elm_theme.c index 5f9e958..a0caea2 100644 --- a/src/lib/elm_theme.c +++ b/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) { -- 2.7.4