From b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 23 May 2009 15:46:00 +0000 Subject: (svn r16403) -Codechange: move code related to subsidies to separate file --- src/economy_func.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/economy_func.h') diff --git a/src/economy_func.h b/src/economy_func.h index 8bbb4a7cc..73d5f7e83 100644 --- a/src/economy_func.h +++ b/src/economy_func.h @@ -22,7 +22,6 @@ void ResetEconomy(); extern const ScoreInfo _score_info[]; extern int _score_part[MAX_COMPANIES][SCORE_END]; extern Economy _economy; -extern Subsidy _subsidies[MAX_COMPANIES]; /* Prices and also the fractional part. */ extern Prices _price; extern uint16 _price_frac[NUM_PRICES]; @@ -30,10 +29,6 @@ extern Money _cargo_payment_rates[NUM_CARGO]; extern uint16 _cargo_payment_rates_frac[NUM_CARGO]; int UpdateCompanyRatingAndValue(Company *c, bool update); -Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode); -void DeleteSubsidyWithTown(TownID index); -void DeleteSubsidyWithIndustry(IndustryID index); -void DeleteSubsidyWithStation(StationID index); void StartupIndustryDailyChanges(bool init_counter); Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type); -- cgit v1.2.3-54-g00ecf