evas_engine: remove logically dead code

Summary:
"plane" exception value is already filtered at line 1791.
execution cannot reach this statement.

Reviewers: cedric, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D5973
This commit is contained in:
Bowon Ryu 2018-04-20 19:07:39 +09:00 committed by Jaehyun Cho
parent f5479c19ff
commit f176aece65
1 changed files with 0 additions and 1 deletions

View File

@ -1899,7 +1899,6 @@ eng_image_data_slice_add(void *engdata, void *image,
for (int y = 0; y < (h / 2); y++)
cs_data[h + (h / 2) + y] = slice->bytes + (y * stride);
}
else goto fail;
evas_common_image_colorspace_dirty(im);
break;