diff options
author | KUDr <kudr@openttd.org> | 2008-02-25 15:09:22 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2008-02-25 15:09:22 +0000 |
commit | e41df385d7a5aa6b650d08ab14eb7d2c494064f5 (patch) | |
tree | dfcde58a820400b90b5897f28f90326ae4b54aca /projects | |
parent | 93b3a666783318cc6b979d8142826c7e0769bb9c (diff) | |
download | openttd-e41df385d7a5aa6b650d08ab14eb7d2c494064f5.tar.xz |
(svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks michi_cc).
-Fixed by removing FollowTrack_t structure and all related functions. Their purpose was to allow to call track followers from C code. They were:
1. never used
2. obsoleted by switching to C++
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 564688bbe..c51f6c5cc 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2176,10 +2176,6 @@ Name="YAPF" > <File - RelativePath=".\..\src\yapf\follow_track.cpp" - > - </File> - <File RelativePath=".\..\src\yapf\follow_track.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 08089e90a..2551d8a8f 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2173,10 +2173,6 @@ Name="YAPF" > <File - RelativePath=".\..\src\yapf\follow_track.cpp" - > - </File> - <File RelativePath=".\..\src\yapf\follow_track.hpp" > </File> |