evas: buffer is not used in the case where destination and source dimension is different

Summary: Signed-off-by: Godly T.Alias <godlytalias@yahoo.co.in>

Reviewers: cedric, raster, rajeshps, prince.dubey

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5286

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Godly T.Alias 2017-10-13 11:58:49 -07:00 committed by Cedric Bail
parent 5a24f1404a
commit 3ad9ac8926
1 changed files with 0 additions and 3 deletions

View File

@ -727,9 +727,6 @@ scale_rgba_in_to_out_clip_sample_internal(RGBA_Image *src, RGBA_Image *dst,
{
unsigned int mul_col;
/* a scanline buffer */
buf = alloca(dst_clip_w * sizeof(DATA32));
mul_col = dc->mul.use ? dc->mul.col : 0xFFFFFFFF;
/* do we have enough data to start some additional thread ? */