From 9a1fa587737533b7281fa052a7c4f9589948d644 Mon Sep 17 00:00:00 2001 From: John Melas Date: Tue, 29 Dec 2020 16:48:04 +0200 Subject: [PATCH] remove todo comments --- src/hostapi/coreaudio/pa_mac_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.43.0