diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2013-08-07 11:12:11 -0700 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2013-08-07 11:12:11 -0700 |
commit | 55586138411206ce919ba5c9b599c1ea5d5f6aae (patch) | |
tree | 21dba9350e0a0c56a4dee350ed094f9c551b5d5a /VisualC | |
parent | d81a7e522846550a2f221b857fae68ccf7074250 (diff) | |
download | sdl-55586138411206ce919ba5c9b599c1ea5d5f6aae.tar.gz |
SDL_*Parachute() are no-ops, remove them.
Diffstat (limited to 'VisualC')
-rw-r--r-- | VisualC/SDL/SDL_VS2008.vcproj | 8 | ||||
-rw-r--r-- | VisualC/SDL/SDL_VS2010.vcxproj | 2 | ||||
-rw-r--r-- | VisualC/SDL/SDL_VS2012.vcxproj | 2 |
3 files changed, 0 insertions, 12 deletions
diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index 9481c6380..72eb2d4c9 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -865,14 +865,6 @@ > </File> <File - RelativePath="..\..\src\SDL_fatal.c" - > - </File> - <File - RelativePath="..\..\src\SDL_fatal.h" - > - </File> - <File RelativePath="..\..\src\video\SDL_fillrect.c" > </File> diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj index 5d576b8b9..4fa9111d2 100644 --- a/VisualC/SDL/SDL_VS2010.vcxproj +++ b/VisualC/SDL/SDL_VS2010.vcxproj @@ -302,7 +302,6 @@ <ClInclude Include="..\..\src\SDL_error_c.h" />
<ClInclude Include="..\..\src\SDL_hints_c.h" />
<ClInclude Include="..\..\src\events\SDL_events_c.h" />
- <ClInclude Include="..\..\src\SDL_fatal.h" />
<ClInclude Include="..\..\src\video\SDL_glesfuncs.h" />
<ClInclude Include="..\..\src\video\SDL_glfuncs.h" />
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
@@ -406,7 +405,6 @@ <ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
<ClCompile Include="..\..\src\SDL_error.c" />
<ClCompile Include="..\..\src\events\SDL_events.c" />
- <ClCompile Include="..\..\src\SDL_fatal.c" />
<ClCompile Include="..\..\src\video\SDL_fillrect.c" />
<ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
<ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
diff --git a/VisualC/SDL/SDL_VS2012.vcxproj b/VisualC/SDL/SDL_VS2012.vcxproj index 74e470051..213c10cef 100644 --- a/VisualC/SDL/SDL_VS2012.vcxproj +++ b/VisualC/SDL/SDL_VS2012.vcxproj @@ -306,7 +306,6 @@ <ClInclude Include="..\..\src\SDL_error_c.h" /> <ClInclude Include="..\..\src\SDL_hints_c.h" /> <ClInclude Include="..\..\src\events\SDL_events_c.h" /> - <ClInclude Include="..\..\src\SDL_fatal.h" /> <ClInclude Include="..\..\src\video\SDL_glesfuncs.h" /> <ClInclude Include="..\..\src\video\SDL_glfuncs.h" /> <ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" /> @@ -410,7 +409,6 @@ <ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" /> <ClCompile Include="..\..\src\SDL_error.c" /> <ClCompile Include="..\..\src\events\SDL_events.c" /> - <ClCompile Include="..\..\src\SDL_fatal.c" /> <ClCompile Include="..\..\src\video\SDL_fillrect.c" /> <ClCompile Include="..\..\src\stdlib\SDL_getenv.c" /> <ClCompile Include="..\..\src\haptic\SDL_haptic.c" /> |