diff --git a/yoga/algorithm/CalculateLayout.cpp b/yoga/algorithm/CalculateLayout.cpp index 09ef4ea3..1aae098f 100644 --- a/yoga/algorithm/CalculateLayout.cpp +++ b/yoga/algorithm/CalculateLayout.cpp @@ -35,21 +35,6 @@ namespace facebook::yoga { std::atomic gCurrentGenerationCount(0); -bool calculateLayoutInternal( - yoga::Node* const node, - const float availableWidth, - const float availableHeight, - const Direction ownerDirection, - const SizingMode widthSizingMode, - const SizingMode heightSizingMode, - const float ownerWidth, - const float ownerHeight, - const bool performLayout, - const LayoutPassReason reason, - LayoutData& layoutMarkerData, - const uint32_t depth, - const uint32_t generationCount); - static void constrainMaxSizeForMode( const yoga::Node* node, FlexDirection axis,