summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industry.hpp.sq
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-23 21:07:01 +0000
committeryexo <yexo@openttd.org>2009-02-23 21:07:01 +0000
commit932b1c24b23867083c87c6cd1aeca46d686d0cb4 (patch)
treefcdce95a56bedaf9b2fc0d5d699d52dcf13cfe13 /src/ai/api/ai_industry.hpp.sq
parent1884ba20bc1b6b02a256e444af04f96e7bc22778 (diff)
downloadopenttd-932b1c24b23867083c87c6cd1aeca46d686d0cb4.tar.xz
(svn r15563) -Change [API CHANGE]: Remove AIIndustry::GetMaxIndustryID().
Diffstat (limited to 'src/ai/api/ai_industry.hpp.sq')
-rw-r--r--src/ai/api/ai_industry.hpp.sq1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/api/ai_industry.hpp.sq b/src/ai/api/ai_industry.hpp.sq
index 2d50dd330..2e93f177e 100644
--- a/src/ai/api/ai_industry.hpp.sq
+++ b/src/ai/api/ai_industry.hpp.sq
@@ -17,7 +17,6 @@ void SQAIIndustry_Register(Squirrel *engine) {
SQAIIndustry.PreRegister(engine);
SQAIIndustry.AddConstructor<void (AIIndustry::*)(), 1>(engine, "x");
- SQAIIndustry.DefSQStaticMethod(engine, &AIIndustry::GetMaxIndustryID, "GetMaxIndustryID", 1, ".");
SQAIIndustry.DefSQStaticMethod(engine, &AIIndustry::GetIndustryCount, "GetIndustryCount", 1, ".");
SQAIIndustry.DefSQStaticMethod(engine, &AIIndustry::IsValidIndustry, "IsValidIndustry", 2, ".i");
SQAIIndustry.DefSQStaticMethod(engine, &AIIndustry::GetName, "GetName", 2, ".i");