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 5e23a29a9d9f8d6963077bf44afbd9803c2120e9..d4d14e5dc7fab2ec2e6b9a95e02090f2ff23ad92 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) {