From 437895cc46d8246b197f5ff40117b20a30e3f09b Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 24 Aug 2007 09:23:06 +0000 Subject: Remove fallback round implementation that is protected by a preprocessor directive that configure never sets or checks for. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24134 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gtf.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libvo') diff --git a/libvo/gtf.c b/libvo/gtf.c index 95ad01cd74..38b3c0ba18 100644 --- a/libvo/gtf.c +++ b/libvo/gtf.c @@ -25,13 +25,6 @@ static GTF_constants GTF_given_constants = { 3.0,550.0,1,8,1.8,8,40,20,128,600 }; -#ifndef HAVE_ROUND -static double round(double v) -{ - return floor(v + 0.5); -} -#endif - static void GetRoundedConstants(GTF_constants *c) { c->Vsync_need = round(GTF_given_constants.Vsync_need); -- cgit v1.2.3