summaryrefslogtreecommitdiff
path: root/economy.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-16 14:07:11 +0000
committertron <tron@openttd.org>2005-10-16 14:07:11 +0000
commit0834a88a12906cd207957892156c3ac0d9d66a93 (patch)
treeb1ee8bda78c882c66ed07b46f44b9820ee544c72 /economy.h
parentb537cc66182798b8a368b3391f97f13d67f1ccd4 (diff)
downloadopenttd-0834a88a12906cd207957892156c3ac0d9d66a93.tar.xz
(svn r3051) Remove the unused function RemoteSubsidyAdd()
Diffstat (limited to 'economy.h')
-rw-r--r--economy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/economy.h b/economy.h
index 02afd8075..404f5ded7 100644
--- a/economy.h
+++ b/economy.h
@@ -63,7 +63,6 @@ VARDEF Subsidy _subsidies[MAX_PLAYERS];
Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
void DeleteSubsidyWithIndustry(uint16 index);
void DeleteSubsidyWithStation(uint16 index);
-void RemoteSubsidyAdd(Subsidy *s_new);
int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount);