changeset 9478:a7648f3cd8f8 draft

(svn r13413) -Codechange: remove some enums that haven't been used for years.
author rubidium <rubidium@openttd.org>
date Sun, 08 Jun 2008 12:28:23 +0000
parents e67ab3c32309
children 8d2de7234320
files src/town_type.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -51,9 +51,6 @@
 	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,