summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_map.hpp')
-rw-r--r--src/ai/api/ai_map.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_map.hpp b/src/ai/api/ai_map.hpp
index 316a3590e..15ff5c337 100644
--- a/src/ai/api/ai_map.hpp
+++ b/src/ai/api/ai_map.hpp
@@ -22,9 +22,6 @@ class AIMap : public AIObject {
public:
static const int TILE_INVALID = (int)INVALID_TILE; ///< Invalid TileIndex.
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIMap"; }
-
/**
* Checks whether the given tile is valid.
* @param tile The tile to check.