efl_loop: remove FIXME that is done

Summary:
ref T7514

Depends on D7508

Reviewers: zmike, segfaultxavi, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7514

Differential Revision: https://phab.enlightenment.org/D7509
This commit is contained in:
Marcel Hollerbach 2019-01-10 13:02:38 +01:00 committed by Xavi Artigas
parent a570d6b25c
commit abf3fcf261
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ _efl_loop_iterate_may_block(Eo *obj, Efl_Loop_Data *pd, int may_block)
return _ecore_main_loop_iterate_may_block(obj, pd, may_block);
}
// FIXME: This should return an Eina_Value, but that doesn't work at the moment
EOLIAN static Eina_Value *
_efl_loop_begin(Eo *obj, Efl_Loop_Data *pd)
{