summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai_info.hpp')
-rw-r--r--src/ai/ai_info.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp
index 6ddb23330..f3833fdac 100644
--- a/src/ai/ai_info.hpp
+++ b/src/ai/ai_info.hpp
@@ -64,12 +64,6 @@ protected:
/** All static information from an AI like name, version, etc. */
class AIInfo : public AIFileInfo {
public:
- /**
- * Get the class name, so the script code can create the right code.
- * @return The class name.
- */
- static const char *GetClassName() { return "AIInfo"; }
-
AIInfo();
~AIInfo();