diff options
Diffstat (limited to 'src/ai/api/ai_error.hpp')
-rw-r--r-- | src/ai/api/ai_error.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_error.hpp b/src/ai/api/ai_error.hpp index 44e4573d4..77f0a5ea4 100644 --- a/src/ai/api/ai_error.hpp +++ b/src/ai/api/ai_error.hpp @@ -43,9 +43,6 @@ */ class AIError : public AIObject { public: - /** Get the name of this class to identify it towards squirrel. */ - static const char *GetClassName() { return "AIError"; } - /** * All categories errors can be divided in. */ |