(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++
This commit is contained in:
KUDr
2008-02-25 15:09:22 +00:00
parent 93b3a66678
commit e41df385d7
6 changed files with 21 additions and 105 deletions

View File

@@ -2175,10 +2175,6 @@
<Filter
Name="YAPF"
>
<File
RelativePath=".\..\src\yapf\follow_track.cpp"
>
</File>
<File
RelativePath=".\..\src\yapf\follow_track.hpp"
>

View File

@@ -2172,10 +2172,6 @@
<Filter
Name="YAPF"
>
<File
RelativePath=".\..\src\yapf\follow_track.cpp"
>
</File>
<File
RelativePath=".\..\src\yapf\follow_track.hpp"
>