From 4c4b035175a6b8c23793bc3250c75bf50c4d72bd Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 24 Feb 2007 23:36:40 +0000 Subject: (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. --- src/cargotype.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cargotype.h') diff --git a/src/cargotype.h b/src/cargotype.h index a584aef98..e006bc993 100644 --- a/src/cargotype.h +++ b/src/cargotype.h @@ -45,8 +45,6 @@ extern uint32 _cargo_mask; void SetupCargoForClimate(LandscapeID l); /* Retrieve cargo details for the given cargo ID */ const CargoSpec *GetCargo(CargoID c); -/* Get the cargo ID of a cargo bitnum */ -CargoID GetCargoIDByBitnum(byte bitnum); /* Get the cargo ID with the cargo label */ CargoID GetCargoIDByLabel(CargoLabel cl); -- cgit v1.2.3-54-g00ecf