diff options
author | Darkvater <Darkvater@openttd.org> | 2006-10-12 15:06:59 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2006-10-12 15:06:59 +0000 |
commit | 36ca1d9c87cc90033cab37233f774e511960517a (patch) | |
tree | 7a0398cb23314fc79ff7c77cbc57250a8d03ed92 | |
parent | 810d7739dd83e0af5586c9b9cfd496be8c5c717a (diff) | |
download | openttd-36ca1d9c87cc90033cab37233f774e511960517a.tar.xz |
(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
local copy mess....
-rw-r--r-- | functions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.h b/functions.h index f1323c77d..3a6ae3825 100644 --- a/functions.h +++ b/functions.h @@ -180,8 +180,6 @@ Town *ClosestTownFromTile(TileIndex tile, uint threshold); void ChangeTownRating(Town *t, int add, int max); uint GetTownRadiusGroup(const Town* t, TileIndex tile); -void ShowNetworkChatQueryWindow(byte desttype, byte dest); -void ShowNetworkGiveMoneyWindow(byte player); int FindFirstBit(uint32 x); void ShowHighscoreTable(int difficulty, int8 rank); TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng); |