elementary: remove now useless walking in item.

Differential Revision: https://phab.enlightenment.org/D6069
This commit is contained in:
Cedric BAIL 2018-04-16 16:43:24 -07:00
parent 4b30a7df8e
commit ad009667b5
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ struct Elm_Gen_Item
Elm_Gen_Item *parent;
Eina_List *texts, *contents, *states, *content_objs;
Ecore_Timer *long_timer;
int walking;
int generation; /**< a generation of an item. when the item is created, this value is set to the value of genlist/gengrid generation. this value will be decreased when the item is going to be deleted */
const char *mouse_cursor;
Eina_List *item_focus_chain;