# HG changeset patch # User Chris Cannam # Date 1418292940 0 # Node ID 3792bcd34470e18d1fb2fd87d88dccc644634ce1 # Parent eed5f9594268e501787cfea1e5cd2276bfde163e Remove unused member diff -r eed5f9594268 -r 3792bcd34470 src/FeatureExtractor.h --- a/src/FeatureExtractor.h Fri Dec 05 10:05:31 2014 +0000 +++ b/src/FeatureExtractor.h Thu Dec 11 10:15:40 2014 +0000 @@ -47,11 +47,6 @@ * bins) instead of the default warped spectrogram */ bool useChromaFrequencyMap; - /** Spacing of audio frames (determines the amount of overlap or - * skip between frames). This value is expressed in - * seconds. */ - double hopTime; - /** Size of an FFT frame in samples. Note that the data passed * in is already in the frequency domain, so this expresses * the size of the frame that the caller will be providing. */