From 456e3ccc01e658dce6a43948e8b995d5b432ca80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 18 Oct 2015 00:08:18 +0200 Subject: Remove access to the SDL_INIT_NOPARACHUTE option It is ignored by SDL2 and only kept for compatibility purposes. We don't need to worry about that, so removing it. --- src/sdl.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdl.erl') diff --git a/src/sdl.erl b/src/sdl.erl index b89de68..be0ffeb 100644 --- a/src/sdl.erl +++ b/src/sdl.erl @@ -26,7 +26,7 @@ -export_type([error/0]). -type subsystem() :: timer | audio | video | joystick | haptic - | game_controller | events | everything | no_parachute. + | game_controller | events | everything. -spec start() -> ok | error(). start() -> -- cgit v1.2.3