remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 10:04:25 +0000 (10:04 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 10:04:25 +0000 (10:04 +0000)
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

index 5f9e958..a0caea2 100644 (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)
 {