Remove unused function exp_ftol_wrong, fixes the warning:

win32.c:4273: warning: 'exp_ftol_wrong' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25833 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-23 11:15:06 +00:00
parent 7304096f87
commit d44926d630
1 changed files with 0 additions and 6 deletions

View File

@ -4268,12 +4268,6 @@ static double expcos(double x)
return cos(x);
}
/* doens't work */
static long exp_ftol_wrong(double x)
{
return (long) x;
}
#else
static void explog10(void)