summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_accounting.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_accounting.hpp')
-rw-r--r--src/ai/api/ai_accounting.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_accounting.hpp b/src/ai/api/ai_accounting.hpp
index 976513269..a68571805 100644
--- a/src/ai/api/ai_accounting.hpp
+++ b/src/ai/api/ai_accounting.hpp
@@ -29,9 +29,6 @@
*/
class AIAccounting : public AIObject {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIAccounting"; }
-
/**
* Creating instance of this class starts counting the costs of commands
* from zero. Saves the current value of GetCosts so we can return to