hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ffcdb67de199ff71fc76366956f12d425d619d4
commit 3ffcdb67de199ff71fc76366956f12d425d619d4 Author: ChunEon Park <her...@hermet.pe.kr> Date: Fri Oct 31 19:18:41 2014 +0900 evas/gl_common: remove dead code. --- src/modules/evas/engines/gl_common/evas_gl_context.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_context.c b/src/modules/evas/engines/gl_common/evas_gl_context.c index 93deaef..ff319d6 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_context.c +++ b/src/modules/evas/engines/gl_common/evas_gl_context.c @@ -2399,12 +2399,6 @@ evas_gl_common_context_image_map_push(Evas_Engine_GL_Context *gc, if (!(gc->dc->render_op == EVAS_RENDER_COPY) && ((a < 255) || (tex->alpha))) blend = EINA_TRUE; - if (npoints != 4) - { - // FIXME: nash - you didn't fix this for n points. its still all - // 4 point stuff!!! grrrr. - abort(); - } if ((A_VAL(&(p[0].col)) < 0xff) || (A_VAL(&(p[1].col)) < 0xff) || (A_VAL(&(p[2].col)) < 0xff) || (A_VAL(&(p[3].col)) < 0xff)) blend = 1; --