summaryrefslogtreecommitdiff
path: root/VisualC
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-08-07 11:12:11 -0700
committerRyan C. Gordon <icculus@icculus.org>2013-08-07 11:12:11 -0700
commit55586138411206ce919ba5c9b599c1ea5d5f6aae (patch)
tree21dba9350e0a0c56a4dee350ed094f9c551b5d5a /VisualC
parentd81a7e522846550a2f221b857fae68ccf7074250 (diff)
downloadsdl-55586138411206ce919ba5c9b599c1ea5d5f6aae.tar.gz
SDL_*Parachute() are no-ops, remove them.
Diffstat (limited to 'VisualC')
-rw-r--r--VisualC/SDL/SDL_VS2008.vcproj8
-rw-r--r--VisualC/SDL/SDL_VS2010.vcxproj2
-rw-r--r--VisualC/SDL/SDL_VS2012.vcxproj2
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" />