aboutsummaryrefslogtreecommitdiffstats
path: root/c_src
diff options
context:
space:
mode:
Diffstat (limited to 'c_src')
-rw-r--r--c_src/esdl2.h1
-rw-r--r--c_src/sdl.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/c_src/esdl2.h b/c_src/esdl2.h
index 75055d4..6e69cff 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -75,7 +75,6 @@
A(mouse_wheel) \
A(moved) \
A(no_battery) \
- A(no_parachute) \
A(none) \
A(num) \
A(on_battery) \
diff --git a/c_src/sdl.c b/c_src/sdl.c
index 02e8150..ba5d021 100644
--- a/c_src/sdl.c
+++ b/c_src/sdl.c
@@ -22,8 +22,7 @@
F(haptic, SDL_INIT_HAPTIC) \
F(game_controller, SDL_INIT_GAMECONTROLLER) \
F(events, SDL_INIT_EVENTS) \
- F(everything, SDL_INIT_EVERYTHING) \
- F(no_parachute, SDL_INIT_NOPARACHUTE)
+ F(everything, SDL_INIT_EVERYTHING)
NIF_LIST_TO_FLAGS_FUNCTION(list_to_init_flags, Uint32, INIT_FLAGS)