summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
Diffstat (limited to 'table')
-rw-r--r--table/directions.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/table/directions.h b/table/directions.h
deleted file mode 100644
index c25468cfe..000000000
--- a/table/directions.h
+++ /dev/null
@@ -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
-};