(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
authorDarkvater
Thu, 12 Oct 2006 15:06:59 +0000
changeset 4833 c35317ffd2c9
parent 4832 a6f226c90f30
child 4834 ddcf440d0ffd
(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);