]> Repos - portaudio/commitdiff
Fix broken build due to unused variables. Grrr.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 21 Jul 2011 18:47:18 +0000 (18:47 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 21 Jul 2011 18:47:18 +0000 (18:47 +0000)
src/hostapi/coreaudio/pa_mac_core_utilities.c

index c42f90253ce3bfb44ecb5e0da017eff53e634725..63e616f052f4b168c1f92e0bbba4d175d87b5b4e 100644 (file)
@@ -528,9 +528,6 @@ PaError setBestFramesPerBuffer( const AudioDeviceID device,
     const bool isInput = !isOutput;
     UInt32 propsize = sizeof(UInt32);
     OSErr err;
-    Float64 min  = -1; /*the min blocksize*/
-    Float64 best = -1; /*the best blocksize*/
-    int i=0;
     AudioValueRange range;
 
     if( actualFramesPerBuffer == NULL )