changeset 24114:807aaa6415b3

Remove fallback round implementation that is protected by a preprocessor directive that configure never sets or checks for.
author diego
date Fri, 24 Aug 2007 09:23:06 +0000
parents 07dd0d814d61
children 6c48183dcf8b
files libvo/gtf.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gtf.c	Fri Aug 24 09:15:21 2007 +0000
+++ b/libvo/gtf.c	Fri Aug 24 09:23:06 2007 +0000
@@ -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);