src/spectral/dct_fftw.c: remove unused symbol
[aubio.git] / src / spectral / dct_fftw.c
index a4c95d3..9a14ffc 100644 (file)
@@ -51,8 +51,6 @@
 // defined in src/spectral/fft.c
 extern pthread_mutex_t aubio_fftw_mutex;
 
 // defined in src/spectral/fft.c
 extern pthread_mutex_t aubio_fftw_mutex;
 
-extern void aubio_ooura_ddct(int, int, smpl_t *, int *, smpl_t *);
-
 struct _aubio_dct_t {
   uint_t size;
   fvec_t *in, *out;
 struct _aubio_dct_t {
   uint_t size;
   fvec_t *in, *out;