SDL_*Parachute() are no-ops, remove them.

This commit is contained in:
Ryan C. Gordon 2013-08-07 11:12:11 -07:00
parent 8c143ffe40
commit d99a4adff9
9 changed files with 0 additions and 104 deletions

View file

@ -25,7 +25,6 @@
#include "SDL.h"
#include "SDL_bits.h"
#include "SDL_revision.h"
#include "SDL_fatal.h"
#include "SDL_assert_c.h"
#include "events/SDL_events_c.h"
#include "haptic/SDL_haptic_c.h"
@ -240,11 +239,6 @@ SDL_Init(Uint32 flags)
return (-1);
}
/* Everything is initialized */
if (!(flags & SDL_INIT_NOPARACHUTE)) {
SDL_InstallParachute();
}
return (0);
}