summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/variables.h b/variables.h
index b63a0cee7..47387ba5d 100644
--- a/variables.h
+++ b/variables.h
@@ -417,10 +417,6 @@ VARDEF byte _vehicle_design_names;
/* tunnelbridge */
#define MAX_BRIDGES 13
-/* For new pathfinding. Define here so it is globally available without having
- * to include npf.h */
-#define NPF_TILE_LENGTH 100
-
/* Forking stuff */
VARDEF bool _dedicated_forks;