style: Trivially remove some dead code.

Differential Revision: https://phabricator.services.mozilla.com/D26154
This commit is contained in:
Emilio Cobos Álvarez 2019-04-04 17:39:15 +00:00
parent 79fc59c75f
commit ef0b6bb225
3 changed files with 0 additions and 16 deletions

View file

@ -1204,13 +1204,9 @@ impl Clone for ${style_struct.gecko_struct_name} {
# Types used with predefined_type()-defined properties that we can auto-generate.
predefined_types = {
"length::LengthOrAuto": impl_style_coord,
"length::LengthOrNormal": impl_style_coord,
"length::NonNegativeLengthOrAuto": impl_style_coord,
"length::NonNegativeLengthPercentageOrNormal": impl_style_coord,
"Length": impl_absolute_length,
"LengthOrNormal": impl_style_coord,
"LengthPercentageOrAuto": impl_style_coord,
"MozScriptMinSize": impl_absolute_length,
"RGBAColor": impl_rgba_color,
"SVGLength": impl_svg_length,