elementary: we actually do not use that variable.

This commit is contained in:
Cedric Bail 2017-10-13 12:43:56 -07:00
parent 6770f9b8a3
commit 59b417c378
1 changed files with 0 additions and 2 deletions

View 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);