Skip to content

Commit 18eba79

Browse files
davidaureliofacebook-github-bot
authored andcommitted
Remove duplicate declaration of YGRoundValueToPixelGrid from Yoga-internal.h
Summary: @public Removes the declaration of `YGRoundValueToPixelGrid` from `Yoga-internal.h`, as it is already declared in `Yoga.h`. `Yoga.h` is included from `Yoga-internal.h` Reviewed By: SidharthGuglani Differential Revision: D16047832 fbshipit-source-id: 72d9d2510372c983eedacc5d7af406b9346f18e6
1 parent 3b88f07 commit 18eba79

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ReactCommon/yoga/yoga/Yoga-internal.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ using YGVector = std::vector<YGNodeRef>;
1616

1717
YG_EXTERN_C_BEGIN
1818

19-
WIN_EXPORT float YGRoundValueToPixelGrid(
20-
const float value,
21-
const float pointScaleFactor,
22-
const bool forceCeil,
23-
const bool forceFloor);
24-
2519
void YGNodeCalculateLayoutWithContext(
2620
YGNodeRef node,
2721
float availableWidth,

0 commit comments

Comments
 (0)