(svn r13413) -Codechange: remove some enums that haven't been used for years.

This commit is contained in:
rubidium 2008-06-08 12:28:23 +00:00
parent b95042b05c
commit eac3301b63

View File

@ -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,