summaryrefslogtreecommitdiffstats
path: root/Smoke/funcs.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-03 13:11:52 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-03 13:11:52 (GMT)
commite1b9274194fcb0e5054948917628c5e1022b42c2 (patch)
tree9e6dfcebf178209df2a44d2656d42084583de108 /Smoke/funcs.h
parent26824e6de9ff2a591a02770f19006d186b2e1c71 (diff)
download2iv35-e1b9274194fcb0e5054948917628c5e1022b42c2.zip
2iv35-e1b9274194fcb0e5054948917628c5e1022b42c2.tar.gz
2iv35-e1b9274194fcb0e5054948917628c5e1022b42c2.tar.bz2
Diffstat (limited to 'Smoke/funcs.h')
-rw-r--r--Smoke/funcs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Smoke/funcs.h b/Smoke/funcs.h
index f4c4884..7f1370e 100644
--- a/Smoke/funcs.h
+++ b/Smoke/funcs.h
@@ -12,8 +12,6 @@
#define round(x) (int)(x < 0 ? x - 0.5 : x + 0.5)
-#define percentage(a, b) (min(a, b) / max(a, b))
-
#define FALSE 0
#define TRUE !FALSE