ecore animator - remove dead code

fix CID 1356618
This commit is contained in:
Carsten Haitzler 2016-07-09 12:09:41 +09:00
parent 3990032330
commit f6d8ae3123
1 changed files with 0 additions and 1 deletions

View File

@ -630,7 +630,6 @@ ecore_animator_del(Ecore_Animator *animator)
if (!animator) return NULL;
EINA_MAIN_LOOP_CHECK_RETURN_VAL(NULL);
if (!animator) return NULL;
if (animator->delete_me)
{
data = animator->data;