aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/util.h b/util.h
index b2c6fec7..5d7d3740 100644
--- a/util.h
+++ b/util.h
@@ -160,16 +160,6 @@ int maxi( int a, int b );
*/
int mini( int a, int b );
-/**
- Returns the larger of two floats
-*/
-float maxf( float a, float b );
-
-/**
- Returns the smaller of two floats
-*/
-float minf( float a, float b );
-
/*
All the datastuctures below autoresize. The queue, stack and
priority queue are all impemented using an array and are guaranteed