ddraw: Remove a test that fails in VMs.

This commit is contained in:
James Hawkins 2008-04-25 23:27:45 -05:00 committed by Alexandre Julliard
parent 7b385fb60c
commit 404afbaa3c

View file

@ -103,7 +103,6 @@ static BOOL createObjects(void)
hr = IDirect3D7_CreateDevice(Direct3D, &IID_IDirect3DRefDevice, Surface, &Direct3DDevice);
}
}
ok(hr == D3D_OK, "IDirect3D7_CreateDevice failed with %08x\n", hr);
if(!Direct3DDevice) goto err;
return TRUE;