summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authorCelestar <celestar@openttd.org>2005-01-18 09:35:31 +0000
committerCelestar <celestar@openttd.org>2005-01-18 09:35:31 +0000
commit5bcf3d2bc0620a40728ebb2c0dcbe34fcd6f5084 (patch)
tree467646e7683ed0d5f231399fd0dcc03e2443fb57 /vehicle.h
parent4559279686fd95be1d78ba3933efb76ffd476458 (diff)
downloadopenttd-5bcf3d2bc0620a40728ebb2c0dcbe34fcd6f5084.tar.xz
(svn r1556) -Fix: Vehicle list updates should now really work
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vehicle.h b/vehicle.h
index 8a0aae4bd..864d382cf 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -333,9 +333,6 @@ int CheckStoppedInDepot(Vehicle *v);
bool VehicleNeedsService(const Vehicle *v);
-void InvalidateAircraftWindows(const Vehicle *v);
-void InvalidateShipWindows(const Vehicle *v);
-
typedef struct GetNewVehiclePosResult {
int x,y;
uint old_tile;