Evas masking: Remove commented-out code
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 27 Feb 2015 05:11:59 +0000 (14:11 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 27 Feb 2015 05:11:59 +0000 (14:11 +0900)
I shouldn't have pushed this :)

src/modules/evas/engines/gl_common/evas_gl_context.c

index cb931de..771f8b8 100644 (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; \