From 0a4f3882dcc98d55cb6182e3aaea4946f70b01ba Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 9 Aug 2010 07:13:58 +0000 Subject: [PATCH] useless repeats... remove. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@50923 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_context.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/engines/gl_common/evas_gl_context.c b/src/modules/engines/gl_common/evas_gl_context.c index a522c3a..7e948a3 100644 --- a/src/modules/engines/gl_common/evas_gl_context.c +++ b/src/modules/engines/gl_common/evas_gl_context.c @@ -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; -- 2.7.4