From 2c6a4485f595031db5b8e2ad6095ae8e6b682f73 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 --- yoga/Yoga-internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/yoga/Yoga-internal.h b/yoga/Yoga-internal.h index 34c0b077..e08027da 100644 --- a/yoga/Yoga-internal.h +++ b/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,