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/rail_map.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rail_map.h') diff --git a/src/rail_map.h b/src/rail_map.h index 59a1feeda..bdd4dadfd 100644 --- a/src/rail_map.h +++ b/src/rail_map.h @@ -490,9 +490,6 @@ static inline bool HasOnewaySignalBlockingTrackdir(TileIndex tile, Trackdir td) } -/** - * Return the rail type of tile, or INVALID_RAILTYPE if this is no rail tile. - */ RailType GetTileRailType(TileIndex tile); /** The ground 'under' the rail */ -- cgit v1.2.3-54-g00ecf