jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6a8816b50c76077e75c21827589258775a4ac3fb

commit 6a8816b50c76077e75c21827589258775a4ac3fb
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Jan 17 14:03:00 2018 +0900

    Revert "warning remove - comment out unused vars"
    
    This reverts commit bbac253f11bd7a7a2320c52ab295c1ad9919bb6a.
---
 src/lib/elementary/elm_theme.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elementary/elm_theme.c b/src/lib/elementary/elm_theme.c
index 4043e11ce4..0780265859 100644
--- a/src/lib/elementary/elm_theme.c
+++ b/src/lib/elementary/elm_theme.c
@@ -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);

-- 


Reply via email to