diff options
Diffstat (limited to 'common/fft.h')
-rw-r--r-- | common/fft.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/fft.h b/common/fft.h index bc58f1dded..ef5f6e95ad 100644 --- a/common/fft.h +++ b/common/fft.h @@ -67,7 +67,6 @@ private: Complex *_tmpBuf; int _splitRadix; - int _permutation; static int splitRadixPermutation(int i, int n, int inverse); |