summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/roadveh.h b/src/roadveh.h
index cb2627273..028af9dec 100644
--- a/src/roadveh.h
+++ b/src/roadveh.h
@@ -319,6 +319,4 @@ protected: // These functions should not be called outside acceleration code.
}
};
-#define FOR_ALL_ROADVEHICLES(var) FOR_ALL_VEHICLES_OF_TYPE(RoadVehicle, var)
-
#endif /* ROADVEH_H */