summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2014-10-31 19:18:41 +0900
committerChunEon Park <hermet@hermet.pe.kr>2014-10-31 19:19:15 +0900
commit3ffcdb67de199ff71fc76366956f12d425d619d4 (patch)
treea8e5908b3773529ea9cc604640b0b53f8067c12f
parent7b2aecff7916fa09d18dd704ecca294558341376 (diff)
downloadefl-3ffcdb67de199ff71fc76366956f12d425d619d4.tar.gz
evas/gl_common: remove dead code.
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_context.c6
1 files changed, 0 insertions, 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 93deaef745..ff319d6a2c 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;