ecore: remove unecessary field in data structure.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10476
This commit is contained in:
Cedric Bail 2019-10-16 10:04:29 -07:00 committed by Mike Blumenkrantz
parent 8d9c967275
commit ca02993b76
3 changed files with 0 additions and 3 deletions

View File

@ -108,7 +108,6 @@ struct _Efl_Loop_Future_Scheduler
{
Eina_Future_Scheduler eina_future_scheduler;
const Eo *loop;
Efl_Loop_Data *loop_data;
Eina_List *future_entries;
};

View File

@ -681,7 +681,6 @@ efl_loop_future_scheduler_get(const Eo *obj)
_ecore_event_future_scheduler_get();
pd->future_scheduler.eina_future_scheduler = *sched;
pd->future_scheduler.loop = obj;
pd->future_scheduler.loop_data = pd;
}
return &(pd->future_scheduler.eina_future_scheduler);
}

View File

@ -1159,7 +1159,6 @@ _legacy_events_hash_free_cb(void *_desc)
}
/* EOF Legacy */
struct _Eo_Callback_Description
{
union