From 36ca1d9c87cc90033cab37233f774e511960517a Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 12 Oct 2006 15:06:59 +0000 Subject: [PATCH] (svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah local copy mess.... --- functions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.h b/functions.h index f1323c77de..3a6ae38252 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);