Evas masking: Remove commented-out code

I shouldn't have pushed this :)
This commit is contained in:
Jean-Philippe Andre 2015-02-27 14:11:59 +09:00
parent 0d794e0b37
commit 87aed21c05
1 changed files with 0 additions and 6 deletions

View File

@ -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; \