summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_town.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-14 21:13:15 +0000
committeryexo <yexo@openttd.org>2009-02-14 21:13:15 +0000
commit8ceb92e6998cdcf0b7821a9c18ec8d216b1a06fa (patch)
tree3d84eb7197d928828f5787362c78b7f570dc0fa9 /src/ai/api/ai_town.hpp
parentcea470e687a0ce6807d344346540b390ea5cc8f8 (diff)
downloadopenttd-8ceb92e6998cdcf0b7821a9c18ec8d216b1a06fa.tar.xz
(svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID.
Diffstat (limited to 'src/ai/api/ai_town.hpp')
-rw-r--r--src/ai/api/ai_town.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ai/api/ai_town.hpp b/src/ai/api/ai_town.hpp
index 02b806b4c..c132beea3 100644
--- a/src/ai/api/ai_town.hpp
+++ b/src/ai/api/ai_town.hpp
@@ -97,13 +97,6 @@ public:
};
/**
- * Gets the maximum town index; there are no valid towns with a higher index.
- * @return The maximum town index.
- * @post Return value is always non-negative.
- */
- static TownID GetMaxTownID();
-
- /**
* Gets the number of towns. This is different than GetMaxTownID()
* because of the way OpenTTD works internally.
* @return The number of towns.