shithub: aubio

Download patch

ref: cb158ab878de1ce6d9147f4ff67c7998caaa8dca
parent: d0dca2673eb7f10822f18cf6ab447c1975b7bc29
author: Paul Brossier <piem@piem.org>
date: Wed Oct 7 18:45:30 EDT 2009

src/onset/onsetdetection.c: remove unused variable

--- a/src/onset/onsetdetection.c
+++ b/src/onset/onsetdetection.c
@@ -308,7 +308,6 @@
     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: