summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-25 07:32:33 +0000
committertron <tron@openttd.org>2006-04-25 07:32:33 +0000
commit18ad0ae50ee5cc57c571677de1a4e458d2d9de08 (patch)
treec52854038a7463251f059ce8699ab9ab6a257684 /station_cmd.c
parent288f4eed6577de01c9dafeee3dd2e803030da9fb (diff)
downloadopenttd-18ad0ae50ee5cc57c571677de1a4e458d2d9de08.tar.xz
(svn r4572) Remove vehicle_leave_tile_proc
There's exactly one implemented function (unbarring a level crossing) and one place where it can be triggered (a train leaves a level crossing) It's a bit overkill, so just handle this one case where it can happen
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 801b292d8..9cd8505b7 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -2782,7 +2782,6 @@ const TileTypeProcs _tile_type_station_procs = {
ChangeTileOwner_Station, /* change_tile_owner_clear */
NULL, /* get_produced_cargo_proc */
VehicleEnter_Station, /* vehicle_enter_tile_proc */
- NULL, /* vehicle_leave_tile_proc */
GetSlopeTileh_Station, /* get_slope_tileh_proc */
};