wined3d: Remove DDBLT_WAIT fixme.

oldstable
Michael Ploujnikov 2007-03-31 19:10:53 -04:00 committed by Alexandre Julliard
parent 928f1cb722
commit 56391a3a85
1 changed files with 0 additions and 4 deletions

View File

@ -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)