changeset 6109:e4401ec19b89 draft

(svn r8845) -Fix Remove pointless and out of context comment
author tron <tron@openttd.org>
date Thu, 22 Feb 2007 18:34:57 +0000
parents 9cdb931d4e64
children 8e8a6a41114d
files src/macros.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/macros.h
+++ b/src/macros.h
@@ -181,8 +181,6 @@
 #define ALIGN(x, n) (((x) + (n) - 1) & ~((n) - 1))
 
 /** return the largest value that can be entered in a variable.
- *  known to work for uint32.
- *  used by TGP to set the max value of the _patches.generation_seed in its definition
  */
 #define MAX_UVALUE(type) ((type)~(type)0)