Changeset - r18457:9de8809c4a77
[Not reviewed]
master
2 5 0
truebrain - 13 years ago 2011-11-23 19:36:11
truebrain@openttd.org
(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
7 files changed with 0 insertions and 123 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs100.vcxproj
Show inline comments
 
@@ -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" />
projects/openttd_vs100.vcxproj.filters
Show inline comments
 
@@ -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>
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -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>
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -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>
source.list
Show inline comments
 
@@ -745,8 +745,6 @@ blitter/32bpp_simple.cpp
 
blitter/32bpp_simple.hpp
 
blitter/8bpp_base.cpp
 
blitter/8bpp_base.hpp
 
blitter/8bpp_debug.cpp
 
blitter/8bpp_debug.hpp
 
blitter/8bpp_optimized.cpp
 
blitter/8bpp_optimized.hpp
 
blitter/8bpp_simple.cpp
src/blitter/8bpp_debug.cpp
Show inline comments
 
deleted file
src/blitter/8bpp_debug.hpp
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)