From eac3301b63070ad0c0f1ce1323f25326ce90226d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Jun 2008 12:28:23 +0000 Subject: (svn r13413) -Codechange: remove some enums that haven't been used for years. --- src/town_type.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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, -- cgit v1.2.3-54-g00ecf