From bcb9dc778ed8826d1db2cde566edd5a6d23a7cb5 Mon Sep 17 00:00:00 2001 From: Andrew Forster Date: Wed, 21 Dec 2016 10:49:04 -0800 Subject: [PATCH] Rebasing with master version --- csharp/Facebook.Yoga/Native.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/csharp/Facebook.Yoga/Native.cs b/csharp/Facebook.Yoga/Native.cs index 5f1702fa..814542a7 100644 --- a/csharp/Facebook.Yoga/Native.cs +++ b/csharp/Facebook.Yoga/Native.cs @@ -27,9 +27,6 @@ namespace Facebook.Yoga [DllImport(DllName, ExactSpelling = true, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr YGNodeNew(); - [DllImport(DllName, ExactSpelling = true, CallingConvention = CallingConvention.Cdecl)] - public static extern void YGNodeInit(IntPtr node); - [DllImport(DllName, ExactSpelling = true, CallingConvention = CallingConvention.Cdecl)] public static extern void YGNodeFree(IntPtr node);