Move impl of ToAnimatedZero for BorderCornerRadius where it belongs

This commit is contained in:
Anthony Ramine 2017-08-14 01:46:53 +02:00
parent 49204e2c72
commit fb8400d745
2 changed files with 9 additions and 5 deletions

View file

@ -953,11 +953,6 @@ impl<T: Animatable + Copy> Animatable for Point2D<T> {
}
}
impl ToAnimatedZero for BorderCornerRadius {
#[inline]
fn to_animated_zero(&self) -> Result<Self, ()> { Err(()) }
}
/// https://drafts.csswg.org/css-transitions/#animtype-length
impl Animatable for VerticalAlign {
#[inline]