mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Throw away EXPERIMENTAL_FFT_SKIP_POINTS...
... with James' consent.
This commit is contained in:
@@ -76,10 +76,6 @@ class AUDACITY_DLL_API TrackArtist {
|
||||
int GetSpectrumLogMaxFreq(int deffreq);
|
||||
int GetSpectrumWindowSize(bool includeZeroPadding);
|
||||
|
||||
#ifdef EXPERIMENTAL_FFT_SKIP_POINTS
|
||||
int GetSpectrumFftSkipPoints();
|
||||
#endif
|
||||
|
||||
void SetSpectrumMinFreq(int freq);
|
||||
void SetSpectrumMaxFreq(int freq);
|
||||
void SetSpectrumLogMinFreq(int freq);
|
||||
|
||||
Reference in New Issue
Block a user