summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-06-08 12:28:23 +0000
committerrubidium <rubidium@openttd.org>2008-06-08 12:28:23 +0000
commiteac3301b63070ad0c0f1ce1323f25326ce90226d (patch)
tree92f071dc4ac1478e2c5ad982ec4d1bd8e01cd8b1 /src
parentb95042b05cf7a8117309edc158df252f6f4adacb (diff)
downloadopenttd-eac3301b63070ad0c0f1ce1323f25326ce90226d.tar.xz
(svn r13413) -Codechange: remove some enums that haven't been used for years.
Diffstat (limited to 'src')
-rw-r--r--src/town_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/town_type.h b/src/town_type.h
index 8a555a7c0..0127d92ed 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -51,9 +51,6 @@ enum {
RATING_TUNNEL_BRIDGE_DOWN_STEP = -250,
RATING_TUNNEL_BRIDGE_MINIMUM = 0,
- RATING_INDUSTRY_DOWN_STEP = -1500,
- RATING_INDUSTRY_MINIMUM = RATING_MINIMUM,
-
RATING_ROAD_DOWN_STEP_INNER = -50, ///< removing a roadpiece in the middle
RATING_ROAD_DOWN_STEP_EDGE = -18, ///< removing a roadpiece at the edge
RATING_ROAD_MINIMUM = -100,