diff options
author | rubidium <rubidium@openttd.org> | 2008-04-23 22:16:41 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-23 22:16:41 +0000 |
commit | dce1b331965c660a80996230503149b28221f34c (patch) | |
tree | 3c648d4bd6e453e588d664c0eabe3c948a556f7c /projects | |
parent | 10ab24a5f149955f3af71ba152609a4be676b795 (diff) | |
download | openttd-dce1b331965c660a80996230503149b28221f34c.tar.xz |
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b6a6c66b4..087741082 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2276,14 +2276,6 @@ > </File> <File - RelativePath=".\..\src\misc\autocopyptr.hpp" - > - </File> - <File - RelativePath=".\..\src\misc\autoptr.hpp" - > - </File> - <File RelativePath=".\..\src\misc\binaryheap.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 480c3a969..1031c2a1e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2273,14 +2273,6 @@ > </File> <File - RelativePath=".\..\src\misc\autocopyptr.hpp" - > - </File> - <File - RelativePath=".\..\src\misc\autoptr.hpp" - > - </File> - <File RelativePath=".\..\src\misc\binaryheap.hpp" > </File> |