hotplug dsound: remove resolved fixme comment
This commit is contained in:
parent
6840cda9ad
commit
8d285faa5e
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue