From 9ca4b629cd91c2749d9efafd752fc5175ebce5fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Jan 2011 23:09:43 +0000 Subject: (svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s]. --- src/road_internal.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/road_internal.h') diff --git a/src/road_internal.h b/src/road_internal.h index 0a6c02202..c8cae8422 100644 --- a/src/road_internal.h +++ b/src/road_internal.h @@ -15,21 +15,10 @@ #include "tile_cmd.h" #include "road_type.h" -/** - * Clean up unneccesary RoadBits of a planed tile. - * @param tile current tile - * @param org_rb planed RoadBits - * @return optimised RoadBits - */ RoadBits CleanUpRoadBits(const TileIndex tile, RoadBits org_rb); CommandCost CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, RoadType rt, DoCommandFlag flags, bool town_check = true); -/** - * Draw the catenary for tram road bits - * @param ti information about the tile (position, slope) - * @param tram the roadbits to draw the catenary for - */ void DrawTramCatenary(const TileInfo *ti, RoadBits tram); #endif /* ROAD_INTERNAL_H */ -- cgit v1.2.3-54-g00ecf