From cb158ab878de1ce6d9147f4ff67c7998caaa8dca Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 7 Oct 2009 22:45:30 +0200 Subject: [PATCH] src/onset/onsetdetection.c: remove unused variable --- src/onset/onsetdetection.c | 1 - 1 file changed, 1 deletion(-) 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: -- 2.26.2