src/pathfind.h
changeset 8398 1e181e2e4e15
parent 8392 e80cb3cd512d
child 8611 9037a4227d67
--- a/src/pathfind.h	Wed Jan 23 20:02:30 2008 +0000
+++ b/src/pathfind.h	Wed Jan 23 22:34:04 2008 +0000
@@ -68,13 +68,6 @@
 };
 
 void FollowTrack(TileIndex tile, uint16 flags, uint sub_type, DiagDirection direction, TPFEnumProc* enum_proc, TPFAfterProc* after_proc, void* data);
-
-struct FindLengthOfTunnelResult {
-	TileIndex tile;
-	int length;
-};
-FindLengthOfTunnelResult FindLengthOfTunnel(TileIndex tile, DiagDirection direction);
-
 void NewTrainPathfind(TileIndex tile, TileIndex dest, RailTypes railtypes, DiagDirection direction, NTPEnumProc* enum_proc, void* data);
 
 #endif /* PATHFIND_H */