From: Jean-Philippe Andre Date: Fri, 27 Feb 2015 05:11:59 +0000 (+0900) Subject: Evas masking: Remove commented-out code X-Git-Tag: v1.14.0-alpha1~368 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87aed21c05b1208744da839f74567a41acaef063;p=platform%2Fupstream%2Fefl.git Evas masking: Remove commented-out code I shouldn't have pushed this :) --- 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 cb931de..771f8b8 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_context.c +++ b/src/modules/evas/engines/gl_common/evas_gl_context.c @@ -1262,12 +1262,6 @@ evas_gl_common_context_target_surface_set(Evas_Engine_GL_Context *gc, PUSH_TEXM(pn, tmx2, tmy2); \ PUSH_TEXM(pn, tmx1, tmy2); \ } while(0) -/* was: - tmx1 = (mtex->x + mx) / (double)mtex->pt->w; \ - tmy1 = (mtex->y + my) / (double)mtex->pt->h; \ - tmx2 = (mtex->x + mx + mw) / (double)mtex->pt->w; \ - tmy2 = (mtex->y + my + mh) / (double)mtex->pt->h; \ - */ #define PIPE_GROW(gc, pn, inc) \ int nv = gc->pipe[pn].array.num * 3; (void) nv; \