mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Trivially remove some dead code.
Differential Revision: https://phabricator.services.mozilla.com/D26154
This commit is contained in:
parent
79fc59c75f
commit
ef0b6bb225
3 changed files with 0 additions and 16 deletions
|
@ -710,9 +710,6 @@ pub type NonNegativeLengthOrAuto = generics::GenericLengthPercentageOrAuto<NonNe
|
|||
/// Either a computed `<length>` or a `<number>` value.
|
||||
pub type LengthOrNumber = GenericLengthOrNumber<Length, Number>;
|
||||
|
||||
/// Either a computed `<length>` or the `normal` keyword.
|
||||
pub type LengthOrNormal = Either<Length, Normal>;
|
||||
|
||||
/// A wrapper of Length, whose value must be >= 0.
|
||||
pub type NonNegativeLength = NonNegative<Length>;
|
||||
|
||||
|
@ -783,9 +780,6 @@ impl From<NonNegativeLength> for Au {
|
|||
}
|
||||
}
|
||||
|
||||
/// Either a computed NonNegativeLength or the `normal` keyword.
|
||||
pub type NonNegativeLengthOrNormal = Either<NonNegativeLength, Normal>;
|
||||
|
||||
/// Either a computed NonNegativeLengthPercentage or the `normal` keyword.
|
||||
pub type NonNegativeLengthPercentageOrNormal = Either<NonNegativeLengthPercentage, Normal>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue