summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_base.hpp')
-rw-r--r--src/ai/api/ai_base.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_base.hpp b/src/ai/api/ai_base.hpp
index 40d7ed94b..a98f2b844 100644
--- a/src/ai/api/ai_base.hpp
+++ b/src/ai/api/ai_base.hpp
@@ -25,9 +25,6 @@
*/
class AIBase : public AIObject {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIBase"; }
-
/**
* Get a random value.
* @return A random value between 0 and MAX(uint32).