Files
servo/components/layout/flow/inline
Martin Robinson ac9f747509 layout: Remove some newline-related dead code from shaping (#44485)
In #44436, I neglected to remove some hard line break-related code from
the shaping code. This code is effectively dead code now that
hard line breaks never make it to this code path, so it can safely be
removed.

Testing: This should not change behavior, so existing tests should
suffice.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2026-04-25 08:38:45 +00:00
..