shithub: aubio

Download patch

ref: 8ff4e4b42909b8708817d972139a1ba795220fe9
parent: 9a226ef2ea65603356ec86c0ef42dca95cea8782
author: Paul Brossier <piem@piem.org>
date: Sun Feb 10 10:05:49 EST 2013

src/io/sink_apple_audio.c: remove unused variable

--- a/src/io/sink_apple_audio.c
+++ b/src/io/sink_apple_audio.c
@@ -58,7 +58,6 @@
   s->max_frames = MAX_SIZE;
 
   AudioStreamBasicDescription clientFormat;
-  UInt32 propSize = sizeof(clientFormat);
   memset(&clientFormat, 0, sizeof(AudioStreamBasicDescription));
   clientFormat.mFormatID         = kAudioFormatLinearPCM;
   clientFormat.mSampleRate       = (Float64)(s->samplerate);