diff --git a/Audio/Output/OutputCoreAudio.m b/Audio/Output/OutputCoreAudio.m index 909e38957..92c2fb20e 100644 --- a/Audio/Output/OutputCoreAudio.m +++ b/Audio/Output/OutputCoreAudio.m @@ -199,18 +199,8 @@ static OSStatus renderCallback(void *inRefCon, AudioUnitRenderActionFlags *ioAct self = [super init]; if(self) { outputController = c; - _au = nil; - _eq = NULL; - _bufferSize = 0; volume = 1.0; outputDeviceID = -1; - listenerapplied = NO; - running = NO; - started = NO; - stopNext = NO; - restarted = NO; - - streamFormatStarted = NO; atomic_init(&bytesRendered, 0); atomic_init(&bytesHdcdSustained, 0);