From 8ceb92e6998cdcf0b7821a9c18ec8d216b1a06fa Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 14 Feb 2009 21:13:15 +0000 Subject: (svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID. --- src/ai/api/ai_town.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ai/api/ai_town.cpp') diff --git a/src/ai/api/ai_town.cpp b/src/ai/api/ai_town.cpp index 117c35f39..f7584c979 100644 --- a/src/ai/api/ai_town.cpp +++ b/src/ai/api/ai_town.cpp @@ -14,11 +14,6 @@ #include "../../station_base.h" #include "table/strings.h" -/* static */ TownID AITown::GetMaxTownID() -{ - return ::GetMaxTownIndex(); -} - /* static */ int32 AITown::GetTownCount() { return ::GetNumTowns(); -- cgit v1.2.3-54-g00ecf