diff --git a/csharp/Facebook.Yoga/Native.cs b/csharp/Facebook.Yoga/Native.cs index 9b1eb03d..fc7df3ca 100644 --- a/csharp/Facebook.Yoga/Native.cs +++ b/csharp/Facebook.Yoga/Native.cs @@ -27,9 +27,6 @@ namespace Facebook.Yoga [DllImport(DllName)] public static extern IntPtr YGNodeNew(); - [DllImport(DllName)] - public static extern void YGNodeInit(IntPtr node); - [DllImport(DllName)] public static extern void YGNodeFree(IntPtr node);