diff -r 89a64246458f -r 9abe20fc83e5 src/ai/api/ai_map.hpp --- a/src/ai/api/ai_map.hpp Mon Mar 31 06:45:57 2008 +0000 +++ b/src/ai/api/ai_map.hpp Mon Mar 31 06:48:59 2008 +0000 @@ -112,14 +112,6 @@ * @return the distances to the closest edge. */ static uint32 DistanceFromEdge(TileIndex t); - - /** - * Destroy everything on the given tile. - * @param t the tile to destroy the stuff of. - * @pre t has to be valid (use IsValidTile(t)). - * @return true if and only if the destruction succeeded - */ - static bool DemolishTile(TileIndex t); }; #endif /* AI_MAP_HPP */