summaryrefslogtreecommitdiff
path: root/src/m_fixed.h
diff options
context:
space:
mode:
authorSimon Howard2006-11-25 19:45:02 +0000
committerSimon Howard2006-11-25 19:45:02 +0000
commit9815f0f2325ec973c899db766faed87cac49e64d (patch)
tree404cd2572d52a651ca07dd70266ca327e5452eaa /src/m_fixed.h
parent610494610ac10d0e21d680d0fb7a5802ed6ce2b3 (diff)
downloadchocolate-doom-9815f0f2325ec973c899db766faed87cac49e64d.tar.gz
chocolate-doom-9815f0f2325ec973c899db766faed87cac49e64d.tar.bz2
chocolate-doom-9815f0f2325ec973c899db766faed87cac49e64d.zip
Remove FixedDiv2; use actual fixed point version of FixedDiv (wtf?)
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 758
Diffstat (limited to 'src/m_fixed.h')
-rw-r--r--src/m_fixed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_fixed.h b/src/m_fixed.h
index 6a676c31..56a716d4 100644
--- a/src/m_fixed.h
+++ b/src/m_fixed.h
@@ -41,7 +41,6 @@ typedef int fixed_t;
fixed_t FixedMul (fixed_t a, fixed_t b);
fixed_t FixedDiv (fixed_t a, fixed_t b);
-fixed_t FixedDiv2 (fixed_t a, fixed_t b);