summaryrefslogtreecommitdiff
path: root/src/core/math_func.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-23 10:56:02 +0000
committerrubidium <rubidium@openttd.org>2007-12-23 10:56:02 +0000
commit507463e420317193b499c895496807f6e5b5da8f (patch)
tree38db428e795daef4055965543d541fc03dc4b9d8 /src/core/math_func.hpp
parenta3693160cf314d15d9359593fe239e04fe998159 (diff)
downloadopenttd-507463e420317193b499c895496807f6e5b5da8f.tar.xz
(svn r11684) -Codechange: split gfx.h in a type and functional header.
Diffstat (limited to 'src/core/math_func.hpp')
-rw-r--r--src/core/math_func.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/math_func.hpp b/src/core/math_func.hpp
index 242b17b95..c05e7ffeb 100644
--- a/src/core/math_func.hpp
+++ b/src/core/math_func.hpp
@@ -18,12 +18,6 @@
#endif
/**
- * The largest value that can be entered in a variable
- * @param type the type of the variable
- */
-#define MAX_UVALUE(type) ((type)~(type)0)
-
-/**
* Returns the maximum of two values.
*
* This function returns the greater value of two given values.