aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-01 02:25:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-01 02:25:50 +1000
commit09f9d43be3973b1ce0c18906c5ae63471c01edc0 (patch)
tree20659ce63ab07a42e8ee811e75bbaebbbee73d96 /util.h
parent109e7455a8d8b0fb06ae48e6a1eb7cbebae45683 (diff)
Drup minf/maxf from util.h, they are unused
darcs-hash:20060731162550-ac50b-6b4d29d73ef7d672c3c0f9070b528b96b9ec0c16.gz
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