changeset 4833:fef144289a3e draft

(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah local copy mess....
author Darkvater <Darkvater@openttd.org>
date Thu, 12 Oct 2006 15:06:59 +0000
parents 7616105a7370
children ffd9acbb2164
files functions.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/functions.h
+++ b/functions.h
@@ -180,8 +180,6 @@
 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);