From d31813c18c482d337e9c2c678335c784f8000725 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 17 Mar 2020 10:53:26 +0100 Subject: [PATCH] wip --- src/lib/eo/eo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 6941528358..a4d11956d4 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -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]; }