Changeset - r23979:edf737b8f642
[Not reviewed]
master
0 1 0
frosch - 5 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
 
@@ -11,15 +11,12 @@
 
#define ROAD_TYPE_H
 

	
 
#include "core/enum_type.hpp"
 

	
 
typedef uint32 RoadTypeLabel;
 

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

	
 
/**
 
 * The different roadtypes we support
 
 *
 
 * @note currently only ROADTYPE_ROAD and ROADTYPE_TRAM are supported.
 
 */
 
enum RoadType {
0 comments (0 inline, 0 general)