openttd.h
changeset 3657 2be38157182d
parent 3636 d87b21df2944
child 3698 3c584402327e
--- a/openttd.h	Tue Apr 25 07:29:02 2006 +0000
+++ b/openttd.h	Tue Apr 25 07:32:33 2006 +0000
@@ -331,7 +331,6 @@
  * bit 0x8 set, the vehicle could not and did not enter the tile. Are there
  * other bits that can be set? */
 typedef uint32 VehicleEnterTileProc(Vehicle *v, TileIndex tile, int x, int y);
-typedef void VehicleLeaveTileProc(Vehicle *v, TileIndex tile, int x, int y);
 typedef Slope GetSlopeTilehProc(TileIndex, Slope tileh);
 
 typedef struct {
@@ -347,7 +346,6 @@
 	ChangeTileOwnerProc *change_tile_owner_proc;
 	GetProducedCargoProc *get_produced_cargo_proc;
 	VehicleEnterTileProc *vehicle_enter_tile_proc;
-	VehicleLeaveTileProc *vehicle_leave_tile_proc;
 	GetSlopeTilehProc *get_slope_tileh_proc;
 } TileTypeProcs;