SDL_*Parachute() are no-ops, remove them.
This commit is contained in:
parent
8c143ffe40
commit
d99a4adff9
9 changed files with 0 additions and 104 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue