Skip to content

Commit

Permalink
remove: unused parse function
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Dec 13, 2024
1 parent 24531f4 commit 965419e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ class RNSVGSvgShadowNode final
this->yogaNode_.setStyle(style);
this->yogaNode_.setDirty(true);
}

yoga::Style::Length parseLength(folly::dynamic length) {
yoga::Style::Length len;
PropsParserContext propsPareserContext =
PropsParserContext(0, ContextContainer());
fromRawValue(propsPareserContext, RawValue(length), len);
return len;
}
};

} // namespace facebook::react

0 comments on commit 965419e

Please sign in to comment.