1
0
Fork 0
forked from len0rd/rockbox

wmafixed.h: remove double declaration

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25925 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-10 10:20:55 +00:00
parent 4970f98619
commit b24fac4ca6

View file

@ -50,6 +50,7 @@ fixed64 Fixed32To64(fixed32 x);
fixed32 fixdiv32(fixed32 x, fixed32 y);
fixed64 fixdiv64(fixed64 x, fixed64 y);
fixed32 fixsqrt32(fixed32 x);
/* Inverse gain of circular cordic rotation in s0.31 format. */
long fsincos(unsigned long phase, fixed32 *cos);
@ -105,7 +106,3 @@ static inline fixed32 fixmul32(fixed32 x, fixed32 y)
}
#endif
/* Inverse gain of circular cordic rotation in s0.31 format. */
long fsincos(unsigned long phase, fixed32 *cos);