From: Paul Brossier Date: Sun, 10 Feb 2013 20:10:40 +0000 (-0500) Subject: examples/aubioonset.c: remove unused parameter X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4296ddad66d6e0bb8ae6f2edaa61086d566ce4f;p=aubio.git examples/aubioonset.c: remove unused parameter --- 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) {