summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 59c102056..66fa4f54e 100644
--- a/src/ai/api/ai_map.hpp
+++ b/src/ai/api/ai_map.hpp
@@ -21,9 +21,6 @@
class AIMap : public AIObject {
public:
static const int TILE_INVALID = (int)INVALID_TILE; //!< Invalid TileIndex.
-#ifdef DOXYGEN_SKIP
- const static TileIndex TILE_INVALID; //!< Invalid TileIndex.
-#endif /* DOXYGEN_SKIP */
static const char *GetClassName() { return "AIMap"; }