From 87226c519a1e79d203ca89060bcf969d28d5913a Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 25 Feb 2007 11:59:26 +0000 Subject: (svn r8901) -Fix Get rid of DECLARE_ENUM_AS_BIT_INDEX(Trackdir, TrackdirBits) and DECLARE_ENUM_AS_BIT_INDEX() altogether --- src/rail.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 622fa60c0..81b085f4e 100644 --- a/src/rail.h +++ b/src/rail.h @@ -161,7 +161,6 @@ typedef enum TrackdirBits { template <> struct EnumPropsT : MakeEnumPropsT {}; typedef TinyEnumT TrackdirBitsShort; DECLARE_ENUM_AS_BIT_SET(TrackdirBits); -DECLARE_ENUM_AS_BIT_INDEX(Trackdir, TrackdirBits); /** This struct contains all the info that is needed to draw and construct tracks. */ -- cgit v1.2.3-54-g00ecf