ecore: Remove redundant if statement

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61143
This commit is contained in:
Mike McCormack 2011-07-08 06:38:18 +00:00 committed by Mike McCormack
parent 88d1949180
commit 8b02e5b6ab
1 changed files with 2 additions and 5 deletions

View File

@ -493,11 +493,8 @@ _ecore_main_gsource_prepare(GSource *source __UNUSED__, gint *next_time)
_ecore_timer_cleanup();
/* when idling, busy loop checking the fds only */
if (!ecore_idling)
{
_ecore_idle_enterer_call();
_ecore_throttle();
}
_ecore_idle_enterer_call();
_ecore_throttle();
}
/* don't check fds if somebody quit */