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 | f1f6e4df277e599b15c13963d77db1c225374b8a (patch) | |
tree | 7a0398cb23314fc79ff7c77cbc57250a8d03ed92 | |
parent | d9a1578cf44ec4788dfc9ff1fb99a6b7fccbbc73 (diff) | |
download | openttd-f1f6e4df277e599b15c13963d77db1c225374b8a.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); |