this is never read, so remove it

SVN revision: 56092
This commit is contained in:
Mike Blumenkrantz 2011-01-14 06:11:07 +00:00
parent 267968f64a
commit 930a112d6f
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ evas_common_scale_rgba_mipmap_down_1x2_c(DATA32 *src, DATA32 *dst, int src_w, in
if (dst_h < 1) dst_h = 1;
src_ptr = src;
src_ptr2 = src + src_w;
dst_ptr = dst;
for (y = 0; y < dst_h; y++)
{