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