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