Revert "warning remove - comment out unused vars"
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 17 Jan 2018 05:03:00 +0000 (14:03 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Apr 2018 02:42:47 +0000 (11:42 +0900)
This reverts commit bbac253f11bd7a7a2320c52ab295c1ad9919bb6a.

src/lib/elementary/elm_theme.c

index 6edec00..6de5706 100644 (file)
@@ -296,12 +296,12 @@ _elm_theme_object_icon_set(Evas_Object *o,
 }
 
 Efl_Ui_Theme_Apply
-_elm_theme_set(Elm_Theme *th, Evas_Object *o, const char *clas, const char *group, const char *style, Eina_Bool is_legacy EINA_UNUSED)
+_elm_theme_set(Elm_Theme *th, Evas_Object *o, const char *clas, const char *group, const char *style, Eina_Bool is_legacy)
 {
    Eina_File *file;
    char buf2[1024];
-//   const char *group_sep = "/";
-//   const char *style_sep = ":";
+   const char *group_sep = "/";
+   const char *style_sep = ":";
 
    if ((!clas) || !o) return EFL_UI_THEME_APPLY_FAILED;
    if (!th) th = &(theme_default);