changeset 14016:ed0ca4877eeb draft

(svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice
author smatz <smatz@openttd.org>
date Sun, 20 Dec 2009 00:53:22 +0000
parents 647624a6439f
children 1c7a698cbf86
files src/ai/api/ai_map.hpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"; }