Cleanup: Remove unused variable

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-02-27 00:55:43 -08:00
parent e1a3e3d2dc
commit 55d738cbe8
2 changed files with 0 additions and 5 deletions

View file

@ -45,8 +45,6 @@ using std::atomic_long;
double streamTimestamp;
double lastClippedSampleRate;
BOOL stopInvoked;
BOOL stopCompleted;
BOOL running;

View file

@ -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;