src/spectral/dct_fftw.c: remove unused symbol
authorPaul Brossier <piem@piem.org>
Wed, 8 Aug 2018 14:48:40 +0000 (16:48 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 8 Aug 2018 14:48:40 +0000 (16:48 +0200)
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;
 
-extern void aubio_ooura_ddct(int, int, smpl_t *, int *, smpl_t *);
-
 struct _aubio_dct_t {
   uint_t size;
   fvec_t *in, *out;