elm_panes: Remove unused variable.

Leftover from 84cc92d2ad3482e7a1fc79ce2fb606c26ecbce26
This commit is contained in:
Stefan Schmidt 2013-09-27 09:39:34 +01:00
parent 1f68e7b3b0
commit 71decc342d
1 changed files with 0 additions and 1 deletions

View File

@ -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");