ddraw: Remove thread safety FIXMEs.

This commit is contained in:
Robert Millan 2007-07-28 21:17:19 +02:00 committed by Alexandre Julliard
parent c7f44c8ec7
commit 47c847663e

View file

@ -516,8 +516,6 @@ IDirectDrawImpl_SetCooperativeLevel(IDirectDraw7 *iface,
if(cooplevel & DDSCL_MULTITHREADED && !(This->cooperative_level & DDSCL_MULTITHREADED))
{
FIXME("DirectDraw is not fully thread safe yet\n");
/* Enable thread safety in wined3d */
IWineD3DDevice_SetMultithreaded(This->wineD3DDevice);
}