Cleanup: Remove unused variable
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
2be457f395
commit
bf5e6d85a3
2 changed files with 0 additions and 5 deletions
|
@ -45,8 +45,6 @@ using std::atomic_long;
|
||||||
|
|
||||||
double streamTimestamp;
|
double streamTimestamp;
|
||||||
|
|
||||||
double lastClippedSampleRate;
|
|
||||||
|
|
||||||
BOOL stopInvoked;
|
BOOL stopInvoked;
|
||||||
BOOL stopCompleted;
|
BOOL stopCompleted;
|
||||||
BOOL running;
|
BOOL running;
|
||||||
|
|
|
@ -206,7 +206,6 @@ current_device_listener(AudioObjectID inObjectID, UInt32 inNumberAddresses, cons
|
||||||
[outputLock lock];
|
[outputLock lock];
|
||||||
started = NO;
|
started = NO;
|
||||||
restarted = NO;
|
restarted = NO;
|
||||||
lastClippedSampleRate = 0.0;
|
|
||||||
inputRemain = 0;
|
inputRemain = 0;
|
||||||
[outputLock unlock];
|
[outputLock unlock];
|
||||||
}
|
}
|
||||||
|
@ -680,8 +679,6 @@ current_device_listener(AudioObjectID inObjectID, UInt32 inNumberAddresses, cons
|
||||||
outputDeviceID = -1;
|
outputDeviceID = -1;
|
||||||
restarted = NO;
|
restarted = NO;
|
||||||
|
|
||||||
lastClippedSampleRate = 0.0;
|
|
||||||
|
|
||||||
inputRemain = 0;
|
inputRemain = 0;
|
||||||
|
|
||||||
chunkRemain = nil;
|
chunkRemain = nil;
|
||||||
|
|
Loading…
Reference in a new issue