diff options
author | frosch <frosch@openttd.org> | 2019-12-18 00:48:03 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-12-23 17:23:20 +0000 |
commit | bc7f92815bf5e34bb1919d75a905211828e49645 (patch) | |
tree | 0b47a81f20bed7f32319f83afe75e25fdf002bec /src | |
parent | e5dd19b0de54fe3500a7ea524bf53a7fec1cdc5a (diff) | |
download | openttd-bc7f92815bf5e34bb1919d75a905211828e49645.tar.xz |
Cleanup: Remove unused constants. The value of the tram constant was also incorrect.
Diffstat (limited to 'src')
-rw-r--r-- | src/road_type.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/road_type.h b/src/road_type.h index 95a8834ff..969b141ba 100644 --- 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 * |