From 72c9b35b119884a393f30d8009a53db87b121c78 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 00:28:01 +0000 Subject: (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. --- src/openttd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index aea9a5336..40114baf6 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -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 @@ enum TransportType { INVALID_TRANSPORT = 0xff, }; -/** Define basic enum properties */ -template <> struct EnumPropsT : MakeEnumPropsT {}; -typedef TinyEnumT TransportTypeByte; - /* Display Options */ enum { DO_SHOW_TOWN_NAMES = 0, -- cgit v1.2.3-70-g09d2