1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r20474) -Cleanup: remove some unused code

This commit is contained in:
yexo
2010-08-12 21:36:43 +00:00
parent 089fc97387
commit 241d705406
11 changed files with 4 additions and 166 deletions

View File

@@ -1016,7 +1016,6 @@
<ClInclude Include="..\src\misc\blob.hpp" />
<ClCompile Include="..\src\misc\countedobj.cpp" />
<ClInclude Include="..\src\misc\countedptr.hpp" />
<ClInclude Include="..\src\misc\crc32.hpp" />
<ClCompile Include="..\src\misc\dbg_helpers.cpp" />
<ClInclude Include="..\src\misc\dbg_helpers.h" />
<ClInclude Include="..\src\misc\fixedsizearray.hpp" />

View File

@@ -2251,9 +2251,6 @@
<ClInclude Include="..\src\misc\countedptr.hpp">
<Filter>Misc</Filter>
</ClInclude>
<ClInclude Include="..\src\misc\crc32.hpp">
<Filter>Misc</Filter>
</ClInclude>
<ClCompile Include="..\src\misc\dbg_helpers.cpp">
<Filter>Misc</Filter>
</ClCompile>

View File

@@ -3407,10 +3407,6 @@
RelativePath=".\..\src\misc\countedptr.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\crc32.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\dbg_helpers.cpp"
>

View File

@@ -3404,10 +3404,6 @@
RelativePath=".\..\src\misc\countedptr.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\crc32.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\dbg_helpers.cpp"
>