summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industrytypelist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_industrytypelist.hpp')
-rw-r--r--src/ai/api/ai_industrytypelist.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ai/api/ai_industrytypelist.hpp b/src/ai/api/ai_industrytypelist.hpp
index b29c4b011..90991096a 100644
--- a/src/ai/api/ai_industrytypelist.hpp
+++ b/src/ai/api/ai_industrytypelist.hpp
@@ -20,8 +20,6 @@
*/
class AIIndustryTypeList : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIIndustryTypeList"; }
AIIndustryTypeList();
};