Changeset - r23979:edf737b8f642
[Not reviewed]
master
0 1 0
frosch - 4 years ago 2019-12-17 23:48:03
frosch@openttd.org
Cleanup: Remove unused constants. The value of the tram constant was also incorrect.
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/road_type.h
Show inline comments
 
@@ -14,9 +14,6 @@
 

	
 
typedef uint32 RoadTypeLabel;
 

	
 
static const RoadTypeLabel ROADTYPE_ROAD_LABEL = 'ROAD';
 
static const RoadTypeLabel ROADTYPE_TRAM_LABEL = 'TRAM';
 

	
 
/**
 
 * The different roadtypes we support
 
 *
0 comments (0 inline, 0 general)