mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue