Skip to content

Commit e5e233b

Browse files
authored
Clean up comments in REACSSPlatformProps.mm
Removed comments related to color properties in the CSS parsing code.
1 parent f5f959f commit e5e233b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native-reanimated/apple/reanimated/apple/CSS/REACSSPlatformProps.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
namespace {
1515

16-
// Defined here with the rest of the parse machinery; first consumed once color
17-
// properties join the catalog, hence [[maybe_unused]] for the earlier subset.
1816
[[maybe_unused]] constexpr std::array<double, 4> kTransparentColor = {0, 0, 0, 0};
1917
[[maybe_unused]] constexpr std::array<double, 4> kBlackColor = {0, 0, 0, 1};
2018

0 commit comments

Comments
 (0)