summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2015-02-27 14:11:59 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2015-02-27 14:11:59 +0900
commit87aed21c05b1208744da839f74567a41acaef063 (patch)
tree9fb9211a732d7c067e84743954af5794f533186b
parent0d794e0b3739f40c42459baab6a10d10de861233 (diff)
downloadefl-87aed21c05b1208744da839f74567a41acaef063.tar.gz
Evas masking: Remove commented-out code
I shouldn't have pushed this :)
-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 cb931ded0d..771f8b8864 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; \