diff --git a/csharp/Facebook.Yoga/Native.cs b/csharp/Facebook.Yoga/Native.cs index a11dfd91..a07ab94e 100644 --- a/csharp/Facebook.Yoga/Native.cs +++ b/csharp/Facebook.Yoga/Native.cs @@ -98,12 +98,6 @@ namespace Facebook.Yoga #region YG_NODE_PROPERTY - [DllImport(DllName)] - public static extern void YGNodeSetContext(YGNodeHandle node, IntPtr context); - - [DllImport(DllName)] - public static extern IntPtr YGNodeGetContext(YGNodeHandle node); - [DllImport(DllName)] public static extern void YGNodeSetMeasureFunc( YGNodeHandle node,