mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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>