changeset 370:20e0443aa31c

Remove unused member
author Chris Cannam
date Mon, 10 Oct 2016 17:00:36 +0100
parents ef35549c1c56
children 426ce52ef096
files constant-q-cpp/src/dsp/Resampler.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/constant-q-cpp/src/dsp/Resampler.h	Wed Aug 03 10:47:26 2016 +0100
+++ b/constant-q-cpp/src/dsp/Resampler.h	Mon Oct 10 17:00:36 2016 +0100
@@ -96,7 +96,6 @@
     int m_targetRate;
     int m_gcd;
     int m_filterLength;
-    int m_bufferLength;
     int m_latency;
     double m_peakToPole;