src/onset/onsetdetection.c: remove unused variable
authorPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 20:45:30 +0000 (22:45 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 20:45:30 +0000 (22:45 +0200)
src/onset/onsetdetection.c

index 837b398bac137d239bd1868e82be6d48e25e49b5..4bc53e28a258faef886be5e71139419864fc962f 100644 (file)
@@ -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: