From b24fac4ca60c05c24ad117ff8a4d8df1d9e8ede6 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 10 May 2010 10:20:55 +0000 Subject: wmafixed.h: remove double declaration git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25925 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/wmafixed.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h index d07acb3c6c..7f04a955ef 100644 --- a/apps/codecs/libwma/wmafixed.h +++ b/apps/codecs/libwma/wmafixed.h @@ -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); -- cgit v1.2.3