This commit is contained in:
Marcel Hollerbach 2020-03-17 10:53:26 +01:00
parent 7b74a5deb5
commit d31813c18c
1 changed files with 0 additions and 2 deletions

View File

@ -499,8 +499,6 @@ _vtable_func_get2(const Eo_Vtable2 *vtable2, Efl_Object_Op op)
return NULL;
if (EINA_UNLIKELY(vtable2->chain[class_id].count <= func_id))
return NULL;
if (EINA_UNLIKELY(vtable2->chain[class_id].funcs[func_id].func == NULL))
return NULL;
return &vtable2->chain[class_id].funcs[func_id];
}