From: John Melas Date: Tue, 29 Dec 2020 14:48:04 +0000 (+0200) Subject: remove todo comments X-Git-Tag: v19.7.0~53 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=9a1fa587737533b7281fa052a7c4f9589948d644;p=portaudio remove todo comments --- diff --git a/src/hostapi/coreaudio/pa_mac_core.c b/src/hostapi/coreaudio/pa_mac_core.c index 4c14a42..08f938c 100644 --- a/src/hostapi/coreaudio/pa_mac_core.c +++ b/src/hostapi/coreaudio/pa_mac_core.c @@ -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 );