evas/line - why do you flush here?

SVN revision: 71945
This commit is contained in:
ChunEon Park 2012-06-11 12:21:17 +00:00
parent 3e24827119
commit c78cd3f80b
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ evas_gl_common_line_draw(Evas_Engine_GL_Context *gc, int x1, int y1, int x2, int
b = (dc->col.col ) & 0xff;
}
glFlush();
c = gc->dc->clip.use;
cx = gc->dc->clip.x; cy = gc->dc->clip.y;
cw = gc->dc->clip.w; ch = gc->dc->clip.h;