From 481c2164d0edebe826d40894fc05a579dbcff5f9 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 19 Jan 2009 12:07:01 +0000 Subject: (svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui. --- src/ai/api/ai_town.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ai/api') diff --git a/src/ai/api/ai_town.cpp b/src/ai/api/ai_town.cpp index bb7dee9f2..ebb575e96 100644 --- a/src/ai/api/ai_town.cpp +++ b/src/ai/api/ai_town.cpp @@ -151,8 +151,6 @@ return ::GetTown(town_id)->exclusive_counter; } -extern uint GetMaskOfTownActions(int *nump, CompanyID cid, const Town *t); - /* static */ bool AITown::IsActionAvailable(TownID town_id, TownAction town_action) { if (!IsValidTown(town_id)) return false; -- cgit v1.2.3-70-g09d2