From: Jean-Philippe Andre Date: Wed, 14 May 2014 08:42:54 +0000 (+0900) Subject: Evas filters: Remove logically dead code X-Git-Tag: v1.10.0-beta3~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0d3e20aed07be02dcf0b407ed44803cc29344bb;p=platform%2Fupstream%2Fefl.git Evas filters: Remove logically dead code CID 1181889 --- diff --git a/src/lib/evas/filters/evas_filter.c b/src/lib/evas/filters/evas_filter.c index 2172efc..b8ae831 100644 --- a/src/lib/evas/filters/evas_filter.c +++ b/src/lib/evas/filters/evas_filter.c @@ -1125,7 +1125,6 @@ evas_filter_command_blur_add(Evas_Filter_Context *ctx, void *drawctx, int render_op; if (!cmd) goto fail; - if (!copybuf) goto fail; DBG("Add copy %d -> %d", copybuf->id, blur_out->id); cmd->ENFN->context_color_set(cmd->ENDT, drawctx, 0, 0, 0, 255); render_op = cmd->ENFN->context_render_op_get(cmd->ENDT, drawctx);