summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_execmode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_execmode.hpp')
-rw-r--r--src/ai/api/ai_execmode.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ai/api/ai_execmode.hpp b/src/ai/api/ai_execmode.hpp
index 569cc6526..43765f177 100644
--- a/src/ai/api/ai_execmode.hpp
+++ b/src/ai/api/ai_execmode.hpp
@@ -22,10 +22,6 @@
* In Execute mode all commands you do are executed for real.
*/
class AIExecMode : public AIObject {
-public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIExecMode"; }
-
private:
AIModeProc *last_mode; ///< The previous mode we were in.
AIObject *last_instance; ///< The previous instace of the mode.