aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DabMod.cpp')
-rw-r--r--src/DabMod.cpp12
1 files changed, 0 insertions, 12 deletions
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 " <<