]> Repos - portaudio/commitdiff
remove todo comments
authorJohn Melas <john@jmelas.gr>
Tue, 29 Dec 2020 14:48:04 +0000 (16:48 +0200)
committerPhil Burk <philburk@mobileer.com>
Thu, 21 Jan 2021 02:21:30 +0000 (18:21 -0800)
src/hostapi/coreaudio/pa_mac_core.c

index 4c14a42d4f7a0a764a1c045a9e540de39b438263..08f938c095009b1b4ab1e98e8bc82e59761bf005 100644 (file)
@@ -2669,7 +2669,7 @@ static PaError CloseStream( PaStream* s )
                                                 0,
                                                 false,
                                                 kAudioDeviceProcessorOverload,
-                                                xrunCallback, NULL ); //todo: do we need to pass actual node?
+                                                xrunCallback, NULL ); //no need to pass actual node
        }
        if( stream->inputUnit && stream->outputUnit != stream->inputUnit ) {
           int count = removeFromXRunListenerList( stream );
@@ -2678,7 +2678,7 @@ static PaError CloseStream( PaStream* s )
                                                 0,
                                                 true,
                                                 kAudioDeviceProcessorOverload,
-                                                xrunCallback, NULL ); //todo: do we need to pass actual node?
+                                                xrunCallback, NULL ); //no need to pass actual node
        }
        if( stream->outputUnit && stream->outputUnit != stream->inputUnit ) {
           AudioUnitUninitialize( stream->outputUnit );