glamor: remove gratuitous flush.

This commit is contained in:
Eric Anholt 2009-08-20 11:39:05 -07:00 committed by Zhigang Gong
parent 399e006989
commit 74f262bcdb

View File

@ -94,8 +94,6 @@ glamor_solid(PixmapPtr pixmap, int x, int y, int width, int height,
glVertex2f(x2, y2);
glVertex2f(x2, y1);
glEnd();
glFlush();
}
void