summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_bridge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_bridge.hpp')
-rw-r--r--src/ai/api/ai_bridge.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_bridge.hpp b/src/ai/api/ai_bridge.hpp
index 92204d123..e3d4eaa10 100644
--- a/src/ai/api/ai_bridge.hpp
+++ b/src/ai/api/ai_bridge.hpp
@@ -39,9 +39,6 @@ public:
ERR_BRIDGE_HEADS_NOT_ON_SAME_HEIGHT, // [STR_ERROR_BRIDGEHEADS_NOT_SAME_HEIGHT]
};
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIBridge"; }
-
/**
* Checks whether the given bridge type is valid.
* @param bridge_id The bridge to check.