(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
authorDarkvater
Thu, 12 Oct 2006 15:06:59 +0000
changeset 4833 03ceafb616d6
parent 4832 df13be750d2b
child 4834 3c6e8a547174
(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
local copy mess....
functions.h
--- a/functions.h	Thu Oct 12 15:05:25 2006 +0000
+++ b/functions.h	Thu Oct 12 15:06:59 2006 +0000
@@ -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);