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/Utils.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Utils.cpp') diff --git a/src/Utils.cpp b/src/Utils.cpp index 1560e07..4805374 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -110,10 +110,6 @@ void printVersion(void) " You should have received a copy of the GNU General Public License along\n" " with ODR-DabMod. If not, see .\n" "\n" -#if USE_KISS_FFT - "ODR-DabMod makes use of the following open source packages:\n" - " Kiss FFT v1.2.9 (Revised BSD) - http://kissfft.sourceforge.net/\n" -#endif ); } -- cgit v1.2.3