diff options
author | frosch <frosch@openttd.org> | 2017-07-11 19:34:21 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-07-11 19:34:21 +0000 |
commit | 3eae9aba797360e2f1e3ff16fa42876db587502d (patch) | |
tree | 68a18d833a15185d58b6c10b6ac45ed1e4607327 /src/linkgraph | |
parent | 4c50ecd9586c17213649b70dc3408fb558b7dc19 (diff) | |
download | openttd-3eae9aba797360e2f1e3ff16fa42876db587502d.tar.xz |
(svn r27887) -Cleanup: Remove unused/unimplemented prototype (adf88)
Diffstat (limited to 'src/linkgraph')
-rw-r--r-- | src/linkgraph/linkgraph_gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linkgraph/linkgraph_gui.h b/src/linkgraph/linkgraph_gui.h index 1e306a44d..a9be8254d 100644 --- a/src/linkgraph/linkgraph_gui.h +++ b/src/linkgraph/linkgraph_gui.h @@ -77,7 +77,6 @@ protected: Point GetStationMiddle(const Station *st) const; - void DrawForwBackLinks(Point pta, StationID sta, Point ptb, StationID stb) const; void AddLinks(const Station *sta, const Station *stb); void DrawLinks(const DrawPixelInfo *dpi) const; void DrawStationDots(const DrawPixelInfo *dpi) const; |