(svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice

This commit is contained in:
smatz 2009-12-20 00:53:22 +00:00
parent a608fbaf7f
commit 37ce32106d

View File

@ -21,9 +21,6 @@
class AIMap : public AIObject { class AIMap : public AIObject {
public: public:
static const int TILE_INVALID = (int)INVALID_TILE; //!< Invalid TileIndex. 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"; } static const char *GetClassName() { return "AIMap"; }