summaryrefslogtreecommitdiff
path: root/src/road_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2019-12-18 00:48:03 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-12-23 17:23:20 +0000
commitbc7f92815bf5e34bb1919d75a905211828e49645 (patch)
tree0b47a81f20bed7f32319f83afe75e25fdf002bec /src/road_type.h
parente5dd19b0de54fe3500a7ea524bf53a7fec1cdc5a (diff)
downloadopenttd-bc7f92815bf5e34bb1919d75a905211828e49645.tar.xz
Cleanup: Remove unused constants. The value of the tram constant was also incorrect.
Diffstat (limited to 'src/road_type.h')
-rw-r--r--src/road_type.h3
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
*