From ef26df5877408b79dba5fc555f9e3ad006774677 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 15 Apr 2013 18:21:29 +0200 Subject: [PATCH] COMMON: Remove useless member variable FFT:_permutation --- common/fft.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/fft.h b/common/fft.h index bc58f1dded7..ef5f6e95ad3 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);