summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_bridgelist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_bridgelist.hpp')
-rw-r--r--src/ai/api/ai_bridgelist.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ai/api/ai_bridgelist.hpp b/src/ai/api/ai_bridgelist.hpp
index 7dd41b221..cae2f82c0 100644
--- a/src/ai/api/ai_bridgelist.hpp
+++ b/src/ai/api/ai_bridgelist.hpp
@@ -20,8 +20,6 @@
*/
class AIBridgeList : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIBridgeList"; }
AIBridgeList();
};
@@ -31,9 +29,6 @@ public:
*/
class AIBridgeList_Length : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIBridgeList_Length"; }
-
/**
* @param length The length of the bridge you want to build.
*/