we dont need 1 if level in ecore mainloop. it really isn't needed.

been harmless though.



SVN revision: 62682
This commit is contained in:
Carsten Haitzler 2011-08-22 09:32:39 +00:00
parent 15a3582483
commit ed6ed2987e
1 changed files with 44 additions and 46 deletions

View File

@ -1678,8 +1678,6 @@ _ecore_main_loop_iterate_internal(int once_only)
_ecore_timer_enable_new();
return;
}
if (!_ecore_event_exist())
{
/* init flags */
have_event = have_signal = 0;
next_time = _ecore_timer_next_get();
@ -1731,14 +1729,14 @@ _ecore_main_loop_iterate_internal(int once_only)
}
}
}
}
if (_ecore_fps_debug) t1 = ecore_time_get();
/* we came out of our "wait state" so idle has exited */
process_events:
if (!once_only) _ecore_idle_exiter_call();
/* call the fd handler per fd that became alive... */
/* this should read or write any data to the monitored fd and then */
/* post events onto the ecore event pipe if necessary */
process_events:
_ecore_main_fd_handlers_call();
if (fd_handlers_with_buffer)
_ecore_main_fd_handlers_buf_call();