summaryrefslogtreecommitdiff
path: root/src/rail_map.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-18 23:09:43 +0000
committerrubidium <rubidium@openttd.org>2011-01-18 23:09:43 +0000
commit9ca4b629cd91c2749d9efafd752fc5175ebce5fd (patch)
tree24da99d42f3e33eb7f4109462dcced5adc6eab15 /src/rail_map.h
parent7efd7e19ed046a4a0c03077f27930291ba5b9725 (diff)
downloadopenttd-9ca4b629cd91c2749d9efafd752fc5175ebce5fd.tar.xz
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
Diffstat (limited to 'src/rail_map.h')
-rw-r--r--src/rail_map.h3
1 files changed, 0 insertions, 3 deletions
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 */