wined3d: Remove a glFlush.

This commit is contained in:
Stefan Dösinger 2008-08-04 13:36:15 -05:00 committed by Alexandre Julliard
parent 44d419ad8e
commit eb0264e2b3
1 changed files with 0 additions and 2 deletions

View File

@ -1188,8 +1188,6 @@ static void flush_to_framebuffer_drawpixels(IWineD3DSurfaceImpl *This, GLenum fm
IWineD3DSwapChain_Release((IWineD3DSwapChain *)swapchain);
}
glFlush();
vcheckGLcall("glFlush");
glGetIntegerv(GL_PACK_SWAP_BYTES, &prev_store);
vcheckGLcall("glIntegerv");
glGetIntegerv(GL_CURRENT_RASTER_POSITION, &prev_rasterpos[0]);