# HG changeset patch # User frosch # Date 2019-12-17 23:48:03 # Node ID edf737b8f6423eb368d3b19f2c1de301ee8502c4 # Parent c62d1d63f7cd15c794a5f8b619dd47807a582170 Cleanup: Remove unused constants. The value of the tram constant was also incorrect. diff --git a/src/road_type.h b/src/road_type.h --- a/src/road_type.h +++ b/src/road_type.h @@ -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 *