]> Repos - portaudio/commitdiff
hotplug dsound: remove resolved fixme comment
authorRoss Bencina <rossb@audiomulch.com>
Fri, 2 Sep 2016 14:30:18 +0000 (00:30 +1000)
committerRoss Bencina <rossb@audiomulch.com>
Fri, 2 Sep 2016 14:30:18 +0000 (00:30 +1000)
src/hostapi/dsound/pa_win_ds.c

index cb30907e1ef29619b02b7cccd215867ff06e579c..43e56dcb3f045c775a63b1354eaaf75e6b4e8c57 100644 (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;