Changeset 999b0c12


Ignore:
Timestamp:
Nov 13, 2007, 9:03:11 AM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
941801f
Parents:
b995296
Message:

onsetdetection.{c,h}: remove obsolete _free function

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/onsetdetection.c

    rb995296 r999b0c12  
    284284}
    285285
    286 void aubio_onsetdetection_free (aubio_onsetdetection_t *o){
    287   del_aubio_onsetdetection(o);
    288 }
    289 
    290286void del_aubio_onsetdetection (aubio_onsetdetection_t *o){
    291287
  • src/onsetdetection.h

    rb995296 r999b0c12  
    161161*/
    162162void del_aubio_onsetdetection(aubio_onsetdetection_t *o);
    163 /** deletion of an onset detection object (obsolete)
    164 
    165   \param o onset detection object as returned by new_aubio_onsetdetection()
    166 
    167 */
    168 void aubio_onsetdetection_free(aubio_onsetdetection_t *o);
    169 
    170163
    171164#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.