diff options
author | truebrain <truebrain@openttd.org> | 2011-11-23 19:36:11 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-23 19:36:11 +0000 |
commit | ecbe29ecb7940a50c631acbae58934537b302e48 (patch) | |
tree | 1ded5d52c95b9c5ab06d3c02f2ffea7a70cf08cd /projects | |
parent | b9192bdc4cc56f9d5e046766ca3d589d7cb6ad4d (diff) | |
download | openttd-ecbe29ecb7940a50c631acbae58934537b302e48.tar.xz |
(svn r23311) -Remove: removed the silly blitter called 8bpp-debug. You can find him at the same place as you can find CTRL+D. Sorry for those who liked to trip while playing OpenTTD; I truly am sorry :D
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
4 files changed, 0 insertions, 24 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 8731a072e..ae342e584 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -965,8 +965,6 @@ <ClInclude Include="..\src\blitter\32bpp_simple.hpp" /> <ClCompile Include="..\src\blitter\8bpp_base.cpp" /> <ClInclude Include="..\src\blitter\8bpp_base.hpp" /> - <ClCompile Include="..\src\blitter\8bpp_debug.cpp" /> - <ClInclude Include="..\src\blitter\8bpp_debug.hpp" /> <ClCompile Include="..\src\blitter\8bpp_optimized.cpp" /> <ClInclude Include="..\src\blitter\8bpp_optimized.hpp" /> <ClCompile Include="..\src\blitter\8bpp_simple.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 19200a0cf..7414553d0 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -2115,12 +2115,6 @@ <ClInclude Include="..\src\blitter\8bpp_base.hpp"> <Filter>Blitters</Filter> </ClInclude> - <ClCompile Include="..\src\blitter\8bpp_debug.cpp"> - <Filter>Blitters</Filter> - </ClCompile> - <ClInclude Include="..\src\blitter\8bpp_debug.hpp"> - <Filter>Blitters</Filter> - </ClInclude> <ClCompile Include="..\src\blitter\8bpp_optimized.cpp"> <Filter>Blitters</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f12f56261..a91958de8 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3191,14 +3191,6 @@ > </File> <File - RelativePath=".\..\src\blitter\8bpp_debug.cpp" - > - </File> - <File - RelativePath=".\..\src\blitter\8bpp_debug.hpp" - > - </File> - <File RelativePath=".\..\src\blitter\8bpp_optimized.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 082206aa2..b0ff55897 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3188,14 +3188,6 @@ > </File> <File - RelativePath=".\..\src\blitter\8bpp_debug.cpp" - > - </File> - <File - RelativePath=".\..\src\blitter\8bpp_debug.hpp" - > - </File> - <File RelativePath=".\..\src\blitter\8bpp_optimized.cpp" > </File> |