summaryrefslogtreecommitdiff
path: root/bridge.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-07 19:35:21 +0000
committertron <tron@openttd.org>2006-06-07 19:35:21 +0000
commitbe88e269b918b365695e84cfa962e8d21b98e759 (patch)
tree5a6fb4aa93546ad194301d231de10ba5370ccc6f /bridge.h
parentace071529e2116f92aeec50d3bac0f95953b129b (diff)
downloadopenttd-be88e269b918b365695e84cfa962e8d21b98e759.tar.xz
(svn r5155) - Remove the bridge branch merge (revision r5070)
Diffstat (limited to 'bridge.h')
-rw-r--r--bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridge.h b/bridge.h
index efeba7dba..95c6b2004 100644
--- a/bridge.h
+++ b/bridge.h
@@ -27,6 +27,5 @@ extern const Bridge orig_bridge[MAX_BRIDGES];
extern Bridge _bridge[MAX_BRIDGES];
uint GetBridgeFoundation(Slope tileh, Axis axis);
-uint SetSpeedLimitOnBridge(Vehicle *);
#endif /* BRIDGE_H */