src/core/math_func.hpp
changeset 8619 c2434269c3eb
parent 8609 8c0c3e9dd6a0
child 8626 440dfcd14c4a
--- a/src/core/math_func.hpp	Sun Dec 23 04:31:45 2007 +0000
+++ b/src/core/math_func.hpp	Sun Dec 23 10:56:02 2007 +0000
@@ -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.