summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industrytypelist.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_industrytypelist.hpp.sq')
-rw-r--r--src/ai/api/ai_industrytypelist.hpp.sq2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ai/api/ai_industrytypelist.hpp.sq b/src/ai/api/ai_industrytypelist.hpp.sq
index 901ee4f68..09665ed4b 100644
--- a/src/ai/api/ai_industrytypelist.hpp.sq
+++ b/src/ai/api/ai_industrytypelist.hpp.sq
@@ -17,7 +17,5 @@ void SQAIIndustryTypeList_Register(Squirrel *engine) {
SQAIIndustryTypeList.PreRegister(engine, "AIAbstractList");
SQAIIndustryTypeList.AddConstructor<void (AIIndustryTypeList::*)(), 1>(engine, "x");
- SQAIIndustryTypeList.DefSQStaticMethod(engine, &AIIndustryTypeList::GetClassName, "GetClassName", 1, "x");
-
SQAIIndustryTypeList.PostRegister(engine);
}