1 changed files with 0 additions and 31 deletions
@ -1,31 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Runtime.InteropServices; |
|||
using System.Text; |
|||
|
|||
using Android.App; |
|||
using Android.Content; |
|||
using Android.Graphics; |
|||
using Android.OS; |
|||
using Android.Runtime; |
|||
using Android.Views; |
|||
using Android.Widget; |
|||
|
|||
namespace Perspex.Skia |
|||
{ |
|||
/* No longer needed with SkiaSharp |
|||
class MethodTableImpl : MethodTable |
|||
{ |
|||
[DllImport(@"perspesk")] |
|||
private static extern IntPtr GetPerspexMethodTable(); |
|||
[DllImport(@"perspesk")] |
|||
private static extern IntPtr PerspexJniInit(IntPtr jniEnv); |
|||
|
|||
public MethodTableImpl() : base(GetPerspexMethodTable()) |
|||
{ |
|||
PerspexJniInit(JNIEnv.Handle); |
|||
} |
|||
} |
|||
*/ |
|||
} |
|||
Loading…
Reference in new issue