diff --git a/src/Skia/Perspex.Skia.Android/MethodTable.cs b/src/Skia/Perspex.Skia.Android/MethodTable.cs deleted file mode 100644 index 73454489d3..0000000000 --- a/src/Skia/Perspex.Skia.Android/MethodTable.cs +++ /dev/null @@ -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); - } - } - */ -} \ No newline at end of file