Commit 56391a3a authored by Michael Ploujnikov's avatar Michael Ploujnikov Committed by Alexandre Julliard

wined3d: Remove DDBLT_WAIT fixme.

parent 928f1cb7
......@@ -726,10 +726,6 @@ IWineGDISurfaceImpl_Blt(IWineD3DSurface *iface,
if (Flags & DDBLT_WAIT)
{
static BOOL displayed = FALSE;
if (!displayed)
FIXME("Can't handle DDBLT_WAIT flag right now.\n");
displayed = TRUE;
Flags &= ~DDBLT_WAIT;
}
if (Flags & DDBLT_ASYNC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment