evas - remove logicallly dead code

fixes CID 1039451
This commit is contained in:
Carsten Haitzler 2014-08-27 14:14:47 +09:00
parent 5ca08e65d8
commit 6dfb9b292f
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ evas_common_blit_rectangle(const RGBA_Image *src, RGBA_Image *dst, int src_x, in
}
if (w <= 0) return;
if (h <= 0) return;
if (dst_y + h > (int)dst->cache_entry.h) h = dst->cache_entry.h - dst_y;
if (h <= 0) return;
if (dst_y < 0)