From 0bd44f60e95e8f54d749132520bd2f3044e2efb7 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 17 Apr 2011 18:43:17 +0000 Subject: (svn r22344) -Codechange: Remove width constant from the sign list window. --- src/signs_type.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/signs_type.h') 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 */ -- cgit v1.2.3-54-g00ecf