aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.c
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.c
parent109e7455a8d8b0fb06ae48e6a1eb7cbebae45683 (diff)
Drup minf/maxf from util.h, they are unused
darcs-hash:20060731162550-ac50b-6b4d29d73ef7d672c3c0f9070b528b96b9ec0c16.gz
Diffstat (limited to 'util.c')
-rw-r--r--util.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/util.c b/util.c
index ace6fa27..b9f18888 100644
--- a/util.c
+++ b/util.c
@@ -50,18 +50,6 @@
*/
#define SB_MAX_SIZE 32767
-float minf( float a,
- float b )
-{
- return a<b?a:b;
-}
-
-
-float maxf( float a,
- float b )
-{
- return a>b?a:b;
-}
int mini( int a,
int b )