From f4296ddad66d6e0bb8ae6f2edaa61086d566ce4f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 10 Feb 2013 15:10:40 -0500 Subject: [PATCH] examples/aubioonset.c: remove unused parameter --- examples/aubioonset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/aubioonset.c b/examples/aubioonset.c index 5e23a29a..d4d14e5d 100644 --- a/examples/aubioonset.c +++ b/examples/aubioonset.c @@ -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) { -- 2.11.0