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. --- c_src/esdl2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c_src/esdl2.h') 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) \ -- cgit v1.2.3