summaryrefslogtreecommitdiff
path: root/src/core/math_func.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-06-17 19:01:45 +0000
committerrubidium <rubidium@openttd.org>2014-06-17 19:01:45 +0000
commitab964a6ceed04d64fc1568196ba7c2adfc6d0c49 (patch)
tree36fcb4e7efa2e7bc099cfa38fa5eb48e9c8284af /src/core/math_func.hpp
parent37b1d36fb89b11b1bf0d5547fcebc542596e4e20 (diff)
downloadopenttd-ab964a6ceed04d64fc1568196ba7c2adfc6d0c49.tar.xz
(svn r26651) -Fix: make sure an abs is used that supports int64 when using abs on those variables
Diffstat (limited to 'src/core/math_func.hpp')
-rw-r--r--src/core/math_func.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/math_func.hpp b/src/core/math_func.hpp
index fd4110231..df9142462 100644
--- a/src/core/math_func.hpp
+++ b/src/core/math_func.hpp
@@ -12,18 +12,6 @@
#ifndef MATH_FUNC_HPP
#define MATH_FUNC_HPP
-#ifdef min
-#undef min
-#endif
-
-#ifdef max
-#undef max
-#endif
-
-#ifdef abs
-#undef abs
-#endif
-
/**
* Returns the maximum of two values.
*