rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=f9e4e51e0da5ae66f32f6e3312673d503ce01b25
commit f9e4e51e0da5ae66f32f6e3312673d503ce01b25 Author: Vyacheslav Reutskiy <v.reuts...@samsung.com> Date: Tue Oct 4 15:36:36 2016 +0300 widget_list: delete unused variable These variable was added in 24774dc71fe9d2cbf07724b2720e4b3f644bf533 Change-Id: I2c4452cb6940cd32636686a5dca8f491e7bc0ccd --- src/bin/common/widget_list.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/common/widget_list.c b/src/bin/common/widget_list.c index 2d6f3d4..476be64 100644 --- a/src/bin/common/widget_list.c +++ b/src/bin/common/widget_list.c @@ -138,8 +138,6 @@ item_style_name_get(const Eina_Stringshare *group_name, Eina_Stringshare *style_ { int len = strlen(group_name); int first, i; - Eina_List *l; - Eina_Stringshare *style_item; char widget[32], class[32], style[256]; const char *str; @@ -247,7 +245,6 @@ option_style_name_get(const char *str, Eina_List **item_style_list, Eina_List ** { int len = strlen(str); char style[32], cp_style[256], item_style[256]; - Eina_List *list = NULL; int i, first = 0; Eina_Bool is_cp_style = EINA_FALSE; Eina_Bool is_item_style = EINA_FALSE; --