Remove duplicate declaration of calculateLayoutInternal (#1532)

Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1532

X-link: https://github.com/facebook/react-native/pull/42030

as per title

Reviewed By: joevilches

Differential Revision: D52289613

fbshipit-source-id: 51a810dda32e6fe44be05a42fe21d78aede52d30
This commit is contained in:
Nick Gerleman
2023-12-21 13:48:11 -08:00
committed by Facebook GitHub Bot
parent 3b0545b15d
commit c319c36b0d

View File

@@ -35,21 +35,6 @@ namespace facebook::yoga {
std::atomic<uint32_t> 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,