useless repeats... remove.

SVN revision: 50923
This commit is contained in:
Carsten Haitzler 2010-08-09 07:13:58 +00:00
parent 1b57456706
commit a584de2a2c
1 changed files with 0 additions and 4 deletions

View 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;