summaryrefslogtreecommitdiff
path: root/src/bridge_map.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-09 10:40:33 +0000
committerrubidium <rubidium@openttd.org>2009-11-09 10:40:33 +0000
commit860b9b1cead825da2dfc109858f8f134f973f62d (patch)
tree217816b8cd30cd32331090a36222f2e968c830e2 /src/bridge_map.h
parentc2221885f488b9a7ca52b11e621582d4c60ab80d (diff)
downloadopenttd-860b9b1cead825da2dfc109858f8f134f973f62d.tar.xz
(svn r18028) -Codechange: unglobalise some functions
Diffstat (limited to 'src/bridge_map.h')
-rw-r--r--src/bridge_map.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bridge_map.h b/src/bridge_map.h
index 1e16fdc06..695b842ad 100644
--- a/src/bridge_map.h
+++ b/src/bridge_map.h
@@ -94,13 +94,6 @@ static inline Axis GetBridgeAxis(TileIndex t)
}
/**
- * Finds the end of a bridge in the specified direction starting at a middle tile
- * @param t the bridge tile to find the bridge ramp for
- * @param d the direction to search in
- */
-TileIndex GetBridgeEnd(TileIndex t, DiagDirection d);
-
-/**
* Finds the northern end of a bridge starting at a middle tile
* @param t the bridge tile to find the bridge ramp for
*/