hotplug dsound: remove resolved fixme comment

This commit is contained in:
Ross Bencina 2016-09-03 00:30:18 +10:00
commit 8d285faa5e

View file

@ -1222,7 +1222,6 @@ PaError PaWinDs_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiInde
if( result != paNoError )
goto error;
/* FIXME for now we ignore the result of CommitDeviceInfos(), it should probably be an atomic non-failing operation */
CommitDeviceInfos( &winDsHostApi->inheritedHostApiRep, hostApiIndex, scanResults, deviceCount );
(*hostApi)->Terminate = Terminate;