swing/aubio.i: remove obsolete _free function
authorPaul Brossier <piem@piem.org>
Tue, 13 Nov 2007 08:05:09 +0000 (09:05 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 13 Nov 2007 08:05:09 +0000 (09:05 +0100)
swig/aubio.i

index f70b2fc65adb868f97d617431eeb100132eb3878..f9cca14a7bd258a44e46bacfe5a466ede83e21e7 100644 (file)
@@ -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);