From: SooChan Lim Date: Mon, 2 Nov 2020 08:53:42 +0000 (+0900) Subject: e_comp_object: fix the unreached code X-Git-Tag: submit/tizen/20201103.033023~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51a780029c06abc0b6777ae3bfeaacdea660bd3b;p=platform%2Fupstream%2Fenlightenment.git e_comp_object: fix the unreached code Change-Id: Ib0ed0c1461d8a7efe44f8b0de5c667c0d124b160 --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index f6e92d65c2..565e56ae87 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -6202,7 +6202,6 @@ e_comp_object_image_filter_set(Evas_Object *obj, E_Comp_Image_Filter filter) API_ENTRY EINA_FALSE; EINA_SAFETY_ON_NULL_RETURN_VAL(cw->ec, EINA_FALSE); - if (!cw->ec) return EINA_FALSE; if (e_object_is_del(E_OBJECT(cw->ec))) return EINA_FALSE; if (!e_client_cdata_get(cw->ec)) return EINA_FALSE;