summaryrefslogtreecommitdiff
path: root/src/signs_type.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-04-17 18:43:17 +0000
committerterkhen <terkhen@openttd.org>2011-04-17 18:43:17 +0000
commit0bd44f60e95e8f54d749132520bd2f3044e2efb7 (patch)
tree9cf8291e40270f5105c4245cb28014ed2dbbad5f /src/signs_type.h
parent10caf391a1b6de33e1ac03236b2744adc9a2b2c5 (diff)
downloadopenttd-0bd44f60e95e8f54d749132520bd2f3044e2efb7.tar.xz
(svn r22344) -Codechange: Remove width constant from the sign list window.
Diffstat (limited to 'src/signs_type.h')
-rw-r--r--src/signs_type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/signs_type.h b/src/signs_type.h
index 361059e05..cbe3752cc 100644
--- a/src/signs_type.h
+++ b/src/signs_type.h
@@ -17,7 +17,6 @@ struct Sign;
static const SignID INVALID_SIGN = 0xFFFF;
-static const uint MAX_LENGTH_SIGN_NAME_CHARS = 32; ///< The maximum length of a sign name in characters including '\0'
-static const uint MAX_LENGTH_SIGN_NAME_PIXELS = 255; ///< The maximum length of a sign name in pixels
+static const uint MAX_LENGTH_SIGN_NAME_CHARS = 32; ///< The maximum length of a sign name in characters including '\0'
#endif /* SIGNS_TYPE_H */