ecore-anim: Remove unused variable

Gcc reports 'i' as unused here and checking the code confirms that, so
remove unused variable.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-03-09 08:51:18 -05:00
parent 033187c1d3
commit ad1e5ead40
1 changed files with 0 additions and 2 deletions

View File

@ -423,8 +423,6 @@ _timer_tick_end(void)
static void
_timer_tick_quit(void)
{
int i;
if (timer_fd_read < 0) return;
_tick_send(-1);
if (timer_thread) ecore_thread_wait(timer_thread, 0.5);