1
0
Fork 0
forked from len0rd/rockbox

pitch detector: remove more unused functions for sim builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-08-28 19:15:07 +00:00
parent 0bdd362ab9
commit e78a12bca7

View file

@ -724,6 +724,7 @@ static void display_frequency (fixed freq)
rb->lcd_update(); rb->lcd_update();
} }
#ifndef SIMULATOR
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* Functions for the Yin algorithm * Functions for the Yin algorithm
* *
@ -851,7 +852,6 @@ static fixed ICODE_ATTR vec_quadint_min(fixed *x, unsigned bufsize, unsigned pos
return exactpos; return exactpos;
} }
#ifndef SIMULATOR
/* Calculate the period of the note in the /* Calculate the period of the note in the
buffer using the YIN algorithm */ buffer using the YIN algorithm */
/* The yin pointer is just a buffer that the algorithm uses as a work /* The yin pointer is just a buffer that the algorithm uses as a work