diff -r 45f15251412b -r 01711347f9ac table/directions.h --- a/table/directions.h Mon Jan 31 11:03:23 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -static const byte _dir_to_straight_trackdir[4] = { - 0, 1, 8, 9, -}; - -static const byte _reverse_dir[4] = { -// 3, 0, 1, 2 - 2, 3, 0, 1 -};