From 18eba792ddf4e2e32d788b91cbed499954536548 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Fri, 28 Jun 2019 05:11:45 -0700 Subject: [PATCH] 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 --- ReactCommon/yoga/yoga/Yoga-internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ReactCommon/yoga/yoga/Yoga-internal.h b/ReactCommon/yoga/yoga/Yoga-internal.h index 34c0b077f79..e08027da5d2 100644 --- a/ReactCommon/yoga/yoga/Yoga-internal.h +++ b/ReactCommon/yoga/yoga/Yoga-internal.h @@ -16,12 +16,6 @@ using YGVector = std::vector; YG_EXTERN_C_BEGIN -WIN_EXPORT float YGRoundValueToPixelGrid( - const float value, - const float pointScaleFactor, - const bool forceCeil, - const bool forceFloor); - void YGNodeCalculateLayoutWithContext( YGNodeRef node, float availableWidth,