projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0dca26
)
src/onset/onsetdetection.c: remove unused variable
author
Paul Brossier
<piem@piem.org>
Wed, 7 Oct 2009 20:45:30 +0000
(22:45 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 7 Oct 2009 20:45:30 +0000
(22:45 +0200)
src/onset/onsetdetection.c
patch
|
blob
|
history
diff --git
a/src/onset/onsetdetection.c
b/src/onset/onsetdetection.c
index 837b398bac137d239bd1868e82be6d48e25e49b5..4bc53e28a258faef886be5e71139419864fc962f 100644
(file)
--- a/
src/onset/onsetdetection.c
+++ b/
src/onset/onsetdetection.c
@@
-308,7
+308,6
@@
new_aubio_onsetdetection (aubio_onsetdetection_type type,
uint_t size, uint_t channels){
aubio_onsetdetection_t * o = AUBIO_NEW(aubio_onsetdetection_t);
uint_t rsize = size/2+1;
- uint_t i;
switch(type) {
/* for both energy and hfc, only fftgrain->norm is required */
case aubio_onset_energy: