elementary: we actually do not use that variable.
authorCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:43:56 +0000 (12:43 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:58:01 +0000 (12:58 -0700)
src/lib/elementary/elm_toolbar.c

index aa20cf5..97d5074 100644 (file)
@@ -103,10 +103,8 @@ static void
 _item_focus_eval_all(Elm_Toolbar *obj, Elm_Toolbar_Data *pd)
 {
    Elm_Toolbar_Item_Data *it;
-   Elm_Widget_Smart_Data *wpd;
    Eina_List *order = NULL;
 
-   wpd = efl_data_scope_get(obj, ELM_WIDGET_CLASS);
    EINA_INLIST_FOREACH(pd->items, it)
      {
         _item_focus_eval(it);