diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-03-09 08:51:18 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-03-09 08:51:18 -0500 |
commit | ad1e5ead4037d59a19738d750514f6fafcdeaa5b (patch) | |
tree | f24ba0c611615e847cae9479078207070866f8f2 | |
parent | 033187c1d38388fd986f2771d7863606b47f42a5 (diff) |
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>
-rw-r--r-- | src/lib/ecore/ecore_anim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore/ecore_anim.c b/src/lib/ecore/ecore_anim.c index cee9387009..8990c074c8 100644 --- a/src/lib/ecore/ecore_anim.c +++ b/src/lib/ecore/ecore_anim.c | |||
@@ -423,8 +423,6 @@ _timer_tick_end(void) | |||
423 | static void | 423 | static void |
424 | _timer_tick_quit(void) | 424 | _timer_tick_quit(void) |
425 | { | 425 | { |
426 | int i; | ||
427 | |||
428 | if (timer_fd_read < 0) return; | 426 | if (timer_fd_read < 0) return; |
429 | _tick_send(-1); | 427 | _tick_send(-1); |
430 | if (timer_thread) ecore_thread_wait(timer_thread, 0.5); | 428 | if (timer_thread) ecore_thread_wait(timer_thread, 0.5); |