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