summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_log.hpp')
-rw-r--r--src/ai/api/ai_log.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_log.hpp b/src/ai/api/ai_log.hpp
index c14416644..00ada4e3f 100644
--- a/src/ai/api/ai_log.hpp
+++ b/src/ai/api/ai_log.hpp
@@ -23,9 +23,6 @@ class AILog : public AIObject {
friend class AIController;
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AILog"; }
-
#ifndef EXPORT_SKIP
/**
* Log levels; The value is also feed to DEBUG() lvl.