Cleanup: Remove unused constants. The value of the tram constant was also incorrect.

pull/128/head
frosch 5 years ago committed by Charles Pigott
parent e5dd19b0de
commit bc7f92815b

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

Loading…
Cancel
Save