diff options
author | Sven Hesse | 2013-04-15 18:21:29 +0200 |
---|---|---|
committer | Sven Hesse | 2013-04-15 18:21:29 +0200 |
commit | ef26df5877408b79dba5fc555f9e3ad006774677 (patch) | |
tree | c427ffb5922c095ffd01edbef8896d580ec46a5d | |
parent | dfb59711ff168e347c3dd3f72cbcd529a9471f4d (diff) | |
download | scummvm-rg350-ef26df5877408b79dba5fc555f9e3ad006774677.tar.gz scummvm-rg350-ef26df5877408b79dba5fc555f9e3ad006774677.tar.bz2 scummvm-rg350-ef26df5877408b79dba5fc555f9e3ad006774677.zip |
COMMON: Remove useless member variable FFT:_permutation
-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); |