From: Paul Brossier Date: Tue, 13 Nov 2007 08:05:09 +0000 (+0100) Subject: swing/aubio.i: remove obsolete _free function X-Git-Tag: bzr2git~459 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=941801f7c4c93778081c240175438cd4531f663f;p=aubio.git swing/aubio.i: remove obsolete _free function --- diff --git a/swig/aubio.i b/swig/aubio.i index f70b2fc6..f9cca14a 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -177,7 +177,6 @@ typedef enum { } aubio_onsetdetection_type; aubio_onsetdetection_t * new_aubio_onsetdetection(aubio_onsetdetection_type type, uint_t size, uint_t channels); void aubio_onsetdetection(aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset); -void aubio_onsetdetection_free(aubio_onsetdetection_t *o); /* should these still be exposed ? */ void aubio_onsetdetection_energy (aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset);