examples/aubioonset.c: remove unused parameter
authorPaul Brossier <piem@piem.org>
Sun, 10 Feb 2013 20:10:40 +0000 (15:10 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 10 Feb 2013 20:10:40 +0000 (15:10 -0500)
examples/aubioonset.c

index 5e23a29..d4d14e5 100644 (file)
@@ -26,7 +26,6 @@ aubio_onset_t *o;
 fvec_t *onset;
 
 static int aubio_process(smpl_t **input, smpl_t **output, int nframes) {
-  unsigned int i;       /*channels*/
   unsigned int j;       /*frames*/
   for (j=0;j<(unsigned)nframes;j++) {
     if(usejack) {