From 41a2c5b93df54faf08b5669e114e63225e20e6d3 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 18 Nov 2017 20:55:37 -0500 Subject: [PATCH] Forgot that these are macros... :( --- src/SDL2.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index a5f749c..873db48 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -141,14 +141,6 @@ namespace SDL2 [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr SDL_RWFromMem(IntPtr mem, int size); - /* context refers to an SDL_RWops* */ - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - internal static extern long SDL_RWtell(IntPtr context); - - /* context refers to an SDL_RWops* */ - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - internal static extern int SDL_RWclose(IntPtr context); - #endregion #region SDL_main.h