Removed old compat files from Visual Studio and Xcode projects

This commit is contained in:
Sam Lantinga 2012-01-22 22:09:29 -05:00
parent aaf23fe8af
commit 08e3824fa0
4 changed files with 0 additions and 30 deletions

View file

@ -383,10 +383,6 @@
RelativePath="..\..\include\SDL_clipboard.h"
>
</File>
<File
RelativePath="..\..\include\SDL_compat.h"
>
</File>
<File
RelativePath="..\..\include\SDL_config.h"
>
@ -768,10 +764,6 @@
RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
>
</File>
<File
RelativePath="..\..\src\SDL_compat.c"
>
</File>
<File
RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
>

View file

@ -209,7 +209,6 @@
<ClInclude Include="..\..\include\SDL_audio.h" />
<ClInclude Include="..\..\include\SDL_blendmode.h" />
<ClInclude Include="..\..\include\SDL_clipboard.h" />
<ClInclude Include="..\..\include\SDL_compat.h" />
<ClInclude Include="..\..\include\SDL_config.h" />
<ClInclude Include="..\..\include\SDL_config_windows.h" />
<ClInclude Include="..\..\include\SDL_copying.h" />
@ -377,7 +376,6 @@
<ClCompile Include="..\..\src\video\SDL_blit_N.c" />
<ClCompile Include="..\..\src\video\SDL_blit_slow.c" />
<ClCompile Include="..\..\src\video\SDL_bmp.c" />
<ClCompile Include="..\..\src\SDL_compat.c" />
<ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
<ClCompile Include="..\..\src\video\SDL_clipboard.c" />
<ClCompile Include="..\..\src\video\SDL_shape.c" />