From d30580c14316885e30e0de6a2c365f5623c2dc7f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 21 Feb 2021 16:24:55 +0100 Subject: Separate libfft0 from libfft-dev --- fft.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'fft.cpp') diff --git a/fft.cpp b/fft.cpp index 12aeece..c89c3a3 100644 --- a/fft.cpp +++ b/fft.cpp @@ -16,9 +16,6 @@ #include -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)) -- cgit v1.2.3