From: Paul Brossier Date: Wed, 7 Oct 2009 20:45:30 +0000 (+0200) Subject: src/onset/onsetdetection.c: remove unused variable X-Git-Tag: bzr2git~190 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb158ab878de1ce6d9147f4ff67c7998caaa8dca;p=aubio.git src/onset/onsetdetection.c: remove unused variable --- diff --git a/src/onset/onsetdetection.c b/src/onset/onsetdetection.c index 837b398b..4bc53e28 100644 --- a/src/onset/onsetdetection.c +++ b/src/onset/onsetdetection.c @@ -308,7 +308,6 @@ new_aubio_onsetdetection (aubio_onsetdetection_type type, uint_t size, uint_t channels){ aubio_onsetdetection_t * o = AUBIO_NEW(aubio_onsetdetection_t); uint_t rsize = size/2+1; - uint_t i; switch(type) { /* for both energy and hfc, only fftgrain->norm is required */ case aubio_onset_energy: