diff options
Diffstat (limited to 'apps/codecs/lib/mdct.h')
| -rw-r--r-- | apps/codecs/lib/mdct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/lib/mdct.h b/apps/codecs/lib/mdct.h index d13da0c..48d1c25 100644 --- a/apps/codecs/lib/mdct.h +++ b/apps/codecs/lib/mdct.h @@ -135,7 +135,5 @@ void CMUL(fixed32 *pre, } #endif -/* Inverse gain of circular cordic rotation in s0.31 format. */ -long fsincos(unsigned long phase, fixed32 *cos); #endif // CODECLIB_MDCT_H_INCLUDED |