summaryrefslogtreecommitdiff
path: root/src/pathfinder/yapf/yapf.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-02 16:48:55 +0000
committerrubidium <rubidium@openttd.org>2009-12-02 16:48:55 +0000
commit9426f2b1737c060cd5d40e525b1801b73c14ef82 (patch)
tree313aa8cfc36189107418ab252141036bc55d52f0 /src/pathfinder/yapf/yapf.h
parentd58e4084de772b16a6bc7414ec6a99616acc0988 (diff)
downloadopenttd-9426f2b1737c060cd5d40e525b1801b73c14ef82.tar.xz
(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies
Diffstat (limited to 'src/pathfinder/yapf/yapf.h')
-rw-r--r--src/pathfinder/yapf/yapf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pathfinder/yapf/yapf.h b/src/pathfinder/yapf/yapf.h
index 2faf5e56a..c7ddb3d6e 100644
--- a/src/pathfinder/yapf/yapf.h
+++ b/src/pathfinder/yapf/yapf.h
@@ -102,7 +102,4 @@ bool YapfTrainCheckReverse(const Train *v);
*/
bool YapfTrainFindNearestSafeTile(const Train *v, TileIndex tile, Trackdir td, bool override_railtype);
-/** Use this function to notify YAPF that track layout (or signal configuration) has change */
-void YapfNotifyTrackLayoutChange(TileIndex tile, Track track);
-
#endif /* YAPF_H */