useless repeats... remove.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Aug 2010 07:13:58 +0000 (07:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Aug 2010 07:13:58 +0000 (07:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@50923 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_common/evas_gl_context.c

index a522c3a..7e948a3 100644 (file)
@@ -685,10 +685,6 @@ evas_gl_common_context_newframe(Evas_GL_Context *gc)
         gc->pipe[i].shader.cur_texu = 0;
         gc->pipe[i].shader.cur_texv = 0;
         gc->pipe[i].shader.render_op = EVAS_RENDER_BLEND;
-        gc->pipe[i].shader.cx = 0;
-        gc->pipe[i].shader.cy = 0;
-        gc->pipe[i].shader.cw = 0;
-        gc->pipe[i].shader.ch = 0;
         gc->pipe[i].shader.smooth = 0;
         gc->pipe[i].shader.blend = 0;
         gc->pipe[i].shader.clip = 0;