summaryrefslogtreecommitdiffhomepage
path: root/fft.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-02-21 16:24:55 +0100
committerRoland Reichwein <mail@reichwein.it>2021-02-21 16:24:55 +0100
commitd30580c14316885e30e0de6a2c365f5623c2dc7f (patch)
tree17f4b5efa3efdcb272dcb920d9b6c9ef0440080c /fft.cpp
parent5b951a8fd1b380daab4f9e470425236f70ac0c8f (diff)
Separate libfft0 from libfft-dev
Diffstat (limited to 'fft.cpp')
-rw-r--r--fft.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fft.cpp b/fft.cpp
index 12aeece..c89c3a3 100644
--- a/fft.cpp
+++ b/fft.cpp
@@ -16,9 +16,6 @@
#include <string>
-namespace { // Helper functions
-}
-
RIT::FFT::FFT(int size, bool halfOnly): mSize(size), order(size), expLUT(size/2), mFlagHalfOnly(halfOnly) {
if (!is_power_of_two(size))