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 lastClippedSampleRate;
|
||||
|
||||
BOOL stopInvoked;
|
||||
BOOL stopCompleted;
|
||||
BOOL running;
|
||||
|
|
|
@ -206,7 +206,6 @@ current_device_listener(AudioObjectID inObjectID, UInt32 inNumberAddresses, cons
|
|||
[outputLock lock];
|
||||
started = NO;
|
||||
restarted = NO;
|
||||
lastClippedSampleRate = 0.0;
|
||||
inputRemain = 0;
|
||||
[outputLock unlock];
|
||||
}
|
||||
|
@ -680,8 +679,6 @@ current_device_listener(AudioObjectID inObjectID, UInt32 inNumberAddresses, cons
|
|||
outputDeviceID = -1;
|
||||
restarted = NO;
|
||||
|
||||
lastClippedSampleRate = 0.0;
|
||||
|
||||
inputRemain = 0;
|
||||
|
||||
chunkRemain = nil;
|
||||
|
|
Loading…
Reference in a new issue