From 8c3b37a76abccf8851e2fccfd1c218d71cbee44d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 May 2016 16:51:15 +0200 Subject: Remove broken KISS FFT support --- src/DabMod.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/DabMod.cpp') diff --git a/src/DabMod.cpp b/src/DabMod.cpp index 43550c5..a60bdd6 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -291,18 +291,6 @@ int launch_modulator(int argc, char* argv[]) #endif << std::endl; - std::cerr << "Using FFT library " << -#if defined(USE_FFTW) - "FFTW" << -#endif -#if defined(USE_KISS_FFT) - "Kiss FFT" << -#endif -#if defined(USE_SIMD) - " (with fft_simd)" << -#endif - "\n"; - std::cerr << "Compiled with features: " << #if defined(HAVE_ZEROMQ) "zeromq " << -- cgit v1.2.3