diff -r 91a623686e07 -r eae56497cf83 src/openttd.h --- 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 : MakeEnumPropsT {}; -typedef TinyEnumT TransportTypeByte; - /* Display Options */ enum { DO_SHOW_TOWN_NAMES = 0,