diff --git a/csharp/Facebook.Yoga/YogaNode.cs b/csharp/Facebook.Yoga/YogaNode.cs index a83d91b9..23a86996 100644 --- a/csharp/Facebook.Yoga/YogaNode.cs +++ b/csharp/Facebook.Yoga/YogaNode.cs @@ -609,7 +609,6 @@ namespace Facebook.Yoga float height, YogaMeasureMode heightMode) { - if (_measureFunction == null) { throw new InvalidOperationException("Measure function is not defined.");