summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_map.hpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-12-20 00:53:22 +0000
committersmatz <smatz@openttd.org>2009-12-20 00:53:22 +0000
commit37ce32106de909c6da1e60fd3fdff5deda8d0e41 (patch)
tree24c4a70ffae3a35167219e2707a6a9d8fda78477 /src/ai/api/ai_map.hpp
parenta608fbaf7ffb487444b2e029bb7677af8e172699 (diff)
downloadopenttd-37ce32106de909c6da1e60fd3fdff5deda8d0e41.tar.xz
(svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice
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 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"; }