src/openttd.h
changeset 8759 eae56497cf83
parent 8750 fdd6054e7bae
child 8760 ce0891c412ce
--- a/src/openttd.h	Sun Jan 13 00:14:29 2008 +0000
+++ b/src/openttd.h	Sun Jan 13 00:28:01 2008 +0000
@@ -8,7 +8,6 @@
 #define VARDEF extern
 #endif
 
-#include "core/enum_type.hpp"
 #include "strings_type.h"
 
 // Forward declarations of structs.
@@ -95,10 +94,6 @@
 	INVALID_TRANSPORT = 0xff,
 };
 
-/** Define basic enum properties */
-template <> struct EnumPropsT<TransportType> : MakeEnumPropsT<TransportType, byte, TRANSPORT_BEGIN, TRANSPORT_END, INVALID_TRANSPORT> {};
-typedef TinyEnumT<TransportType> TransportTypeByte;
-
 /* Display Options */
 enum {
 	DO_SHOW_TOWN_NAMES    = 0,