summaryrefslogtreecommitdiff
path: root/src/vehicle_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-10-03 17:24:31 +0000
committerfrosch <frosch@openttd.org>2011-10-03 17:24:31 +0000
commit1a12008fcf0808d2426158c25e579158c47d94d0 (patch)
treea0275bc05f4092ce27dddb639355d8354a4a8442 /src/vehicle_func.h
parentdd74536bef66a4e1d214caab38805d0c70acb075 (diff)
downloadopenttd-1a12008fcf0808d2426158c25e579158c47d94d0.tar.xz
(svn r22982) -Cleanup: Remove CountCompanyVehicles() and use ALL_GROUP statistics instead.
Diffstat (limited to 'src/vehicle_func.h')
-rw-r--r--src/vehicle_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle_func.h b/src/vehicle_func.h
index 166c0b9cf..475c8a313 100644
--- a/src/vehicle_func.h
+++ b/src/vehicle_func.h
@@ -30,7 +30,6 @@ typedef Vehicle *VehicleFromPosProc(Vehicle *v, void *data);
void VehicleServiceInDepot(Vehicle *v);
uint CountVehiclesInChain(const Vehicle *v);
-void CountCompanyVehicles(CompanyID cid, uint counts[4]);
void FindVehicleOnPos(TileIndex tile, void *data, VehicleFromPosProc *proc);
void FindVehicleOnPosXY(int x, int y, void *data, VehicleFromPosProc *proc);
bool HasVehicleOnPos(TileIndex tile, void *data, VehicleFromPosProc *proc);