From bbac253f11bd7a7a2320c52ab295c1ad9919bb6a Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 6 Jan 2018 18:59:27 +0900 Subject: [PATCH] warning remove - comment out unused vars --- 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 0780265859..4043e11ce4 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) +_elm_theme_set(Elm_Theme *th, Evas_Object *o, const char *clas, const char *group, const char *style, Eina_Bool is_legacy EINA_UNUSED) { 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);