From: Ross Bencina Date: Fri, 2 Sep 2016 14:30:18 +0000 (+1000) Subject: hotplug dsound: remove resolved fixme comment X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=8d285faa5e7fa2e94250d16b2c2545c6a1760621;p=portaudio hotplug dsound: remove resolved fixme comment --- diff --git a/src/hostapi/dsound/pa_win_ds.c b/src/hostapi/dsound/pa_win_ds.c index cb30907..43e56dc 100644 --- a/src/hostapi/dsound/pa_win_ds.c +++ b/src/hostapi/dsound/pa_win_ds.c @@ -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;