diff options
Diffstat (limited to 'src/bridge.h')
-rw-r--r-- | src/bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bridge.h b/src/bridge.h index 0f17980b1..2df66ae2c 100644 --- a/src/bridge.h +++ b/src/bridge.h @@ -43,7 +43,6 @@ static inline const Bridge *GetBridge(uint i) void DrawBridgeMiddle(const TileInfo *ti); bool CheckBridge_Stuff(byte bridge_type, uint bridge_len); -uint32 GetBridgeLength(TileIndex begin, TileIndex end); int CalcBridgeLenCostFactor(int x); #endif /* BRIDGE_H */ |