style: linear(...) easing: Simplify piecewise linear implementation given parsing simplification

Differential Revision: https://phabricator.services.mozilla.com/D150163
This commit is contained in:
David Shin 2022-06-28 11:31:34 +00:00 committed by Martin Robinson
parent e3e2ee64de
commit c49a49d7a5
2 changed files with 4 additions and 8 deletions

View file

@ -25,7 +25,6 @@ impl ComputedLinearStop {
(
x.output,
x.input.into_rust().map(|x| x.0),
None,
)
}
}