remove todo comments
This commit is contained in:
parent
ac76dea010
commit
9a1fa58773
1 changed files with 2 additions and 2 deletions
|
|
@ -2669,7 +2669,7 @@ static PaError CloseStream( PaStream* s )
|
||||||
0,
|
0,
|
||||||
false,
|
false,
|
||||||
kAudioDeviceProcessorOverload,
|
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 ) {
|
if( stream->inputUnit && stream->outputUnit != stream->inputUnit ) {
|
||||||
int count = removeFromXRunListenerList( stream );
|
int count = removeFromXRunListenerList( stream );
|
||||||
|
|
@ -2678,7 +2678,7 @@ static PaError CloseStream( PaStream* s )
|
||||||
0,
|
0,
|
||||||
true,
|
true,
|
||||||
kAudioDeviceProcessorOverload,
|
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 ) {
|
if( stream->outputUnit && stream->outputUnit != stream->inputUnit ) {
|
||||||
AudioUnitUninitialize( stream->outputUnit );
|
AudioUnitUninitialize( stream->outputUnit );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue