From b8baa22a1b0ff4271280bdc6330f335705831a32 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Tue, 24 Jun 2014 20:18:08 -0400 Subject: [PATCH] SDL_JoystickIndex was a 1.2 function. --- src/SDL2.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index a63e784..b674c90 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -4533,10 +4533,6 @@ namespace SDL2 int hat ); - /* joystick refers to an SDL_Joystick* */ - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern int SDL_JoystickIndex(IntPtr joystick); - /* joystick refers to an SDL_Joystick* */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler), MarshalCookie = LPUtf8StrMarshaler.LeaveAllocated)]