stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6f4579e8f1d702c6560fe9db872a0666a072ed3f
commit 6f4579e8f1d702c6560fe9db872a0666a072ed3f Author: Stefan Schmidt <s.schm...@samsung.com> Date: Fri Sep 27 09:39:34 2013 +0100 elm_panes: Remove unused variable. Leftover from 84cc92d2ad3482e7a1fc79ce2fb606c26ecbce26 --- src/lib/elm_panes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_panes.c b/src/lib/elm_panes.c index 5dd6272..c060d1e 100644 --- a/src/lib/elm_panes.c +++ b/src/lib/elm_panes.c @@ -52,7 +52,6 @@ _elm_panes_smart_theme(Eo *obj, void *_pd, va_list *list) if (ret) *ret = EINA_FALSE; Eina_Bool int_ret = EINA_FALSE; Elm_Layout_Smart_Data *ld = eo_data_scope_get(obj, ELM_OBJ_LAYOUT_CLASS); - Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS); if (sd->horizontal) eina_stringshare_replace(&ld->group, "horizontal"); --