ecore: don't artificially block fonctionnality for nested loop.

We do have nested loop when manually calling iterate and was used
in legacy code that got broken with this change.
This commit is contained in:
Cedric BAIL 2018-02-02 14:53:57 -08:00
parent 725c8add86
commit 7019b8857b
1 changed files with 0 additions and 5 deletions

View File

@ -1159,11 +1159,6 @@ _ecore_main_loop_begin(Eo *obj, Efl_Loop_Data *pd)
{
if (obj == ML_OBJ)
{
if (pd->in_loop > 0)
{
ERR("Beginning main loop() inside an existing main loop");
return;
}
#ifdef HAVE_SYSTEMD
sd_notify(0, "READY=1");
#endif