diff dsp/rateconversion/Resampler.h @ 199:cc51baf8e37e

Remove unused field
author Chris Cannam
date Thu, 26 May 2016 14:16:29 +0100
parents 0a47ec0a1a56
children 701233f8ed41
line wrap: on
line diff
--- a/dsp/rateconversion/Resampler.h	Wed Feb 10 21:50:35 2016 +0000
+++ b/dsp/rateconversion/Resampler.h	Thu May 26 14:16:29 2016 +0100
@@ -79,7 +79,6 @@
     int m_targetRate;
     int m_gcd;
     int m_filterLength;
-    int m_bufferLength;
     int m_latency;
     double m_peakToPole;