summaryrefslogtreecommitdiff
path: root/src/depot_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot_type.h')
-rw-r--r--src/depot_type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/depot_type.h b/src/depot_type.h
index 61ea12343..c5cbb1ab1 100644
--- a/src/depot_type.h
+++ b/src/depot_type.h
@@ -15,7 +15,6 @@
typedef uint16 DepotID;
struct Depot;
-static const uint MAX_LENGTH_DEPOT_NAME_CHARS = 32; ///< The maximum length of a depot name in characters including '\0'
-static const uint MAX_LENGTH_DEPOT_NAME_PIXELS = 180; ///< The maximum length of a depot name in pixels
+static const uint MAX_LENGTH_DEPOT_NAME_CHARS = 32; ///< The maximum length of a depot name in characters including '\0'
#endif /* DEPOT_TYPE_H */