changeset 199:cc51baf8e37e

Remove unused field
author Chris Cannam
date Thu, 26 May 2016 14:16:29 +0100
parents 6293175686c8
children 572e5d1faa5b
files dsp/rateconversion/Resampler.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;