efl ui focus manager - remove unused local vars warn

This commit is contained in:
Carsten Haitzler 2018-12-04 08:36:00 +00:00 committed by Christopher Michael
parent 34e754ebb4
commit 90b8b7678e
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ _efl_ui_focus_manager_calc_update_order(Eo *obj, Efl_Ui_Focus_Manager_Calc_Data
{
Node *pnode;
Efl_Ui_Focus_Object *o;
Eina_List *node_order = NULL, *not_ordered, *trash, *node_order_clean, *n;
Eina_List *node_order = NULL, *not_ordered, *n;
F_DBG("Manager_update_order on %p %p", obj, parent);