From 8db8390b5c51def2a4e2faffeb87e22f3124c44c Mon Sep 17 00:00:00 2001 From: Chris Hamons Date: Fri, 16 Dec 2016 10:34:54 -0600 Subject: [PATCH] Fix merge error --- 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 ef98d086..57cc654f 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);