From 507463e420317193b499c895496807f6e5b5da8f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/core/math_func.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/math_func.hpp') 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 @@ -17,12 +17,6 @@ #undef abs #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. * -- cgit v1.2.3-54-g00ecf