1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

RealFFTf doesn't need RealFFTf48x

This commit is contained in:
Paul Licameli 2020-05-26 17:40:04 -04:00
parent 63b9b60542
commit 1195168240

View File

@ -48,10 +48,6 @@
#include <wx/thread.h>
#ifdef EXPERIMENTAL_EQ_SSE_THREADED
#include "RealFFTf48x.h"
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */
#endif