summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_town.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_town.cpp')
-rw-r--r--src/ai/api/ai_town.cpp5
1 files changed, 0 insertions, 5 deletions
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();