shithub: aubio

Download patch

ref: e0b852a377750cc5a47340f42da4d85cce1048a5
parent: 681235470fae62f8d0ff26989d46ef89e2e1a86c
author: Paul Brossier <piem@piem.org>
date: Wed Aug 8 12:48:40 EDT 2018

src/spectral/dct_fftw.c: remove unused symbol

--- a/src/spectral/dct_fftw.c
+++ b/src/spectral/dct_fftw.c
@@ -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;