shithub: aubio

Download patch

ref: f4296ddad66d6e0bb8ae6f2edaa61086d566ce4f
parent: 947bbd3086f0c3189c0064ac61f643a516822a2d
author: Paul Brossier <[email protected]>
date: Sun Feb 10 10:10:40 EST 2013

examples/aubioonset.c: remove unused parameter

--- a/examples/aubioonset.c
+++ b/examples/aubioonset.c
@@ -26,7 +26,6 @@
 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) {