mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Remove the unused FloatedBlockInfo::index field.
This commit is contained in:
parent
da1e3a3f11
commit
d521cd006e
1 changed files with 0 additions and 4 deletions
|
@ -72,9 +72,6 @@ pub struct FloatedBlockInfo {
|
||||||
/// box).
|
/// box).
|
||||||
pub float_ceiling: Au,
|
pub float_ceiling: Au,
|
||||||
|
|
||||||
/// Index into the fragment list for inline floats
|
|
||||||
pub index: Option<uint>,
|
|
||||||
|
|
||||||
/// Left or right?
|
/// Left or right?
|
||||||
pub float_kind: FloatKind,
|
pub float_kind: FloatKind,
|
||||||
}
|
}
|
||||||
|
@ -84,7 +81,6 @@ impl FloatedBlockInfo {
|
||||||
FloatedBlockInfo {
|
FloatedBlockInfo {
|
||||||
containing_inline_size: Au(0),
|
containing_inline_size: Au(0),
|
||||||
float_ceiling: Au(0),
|
float_ceiling: Au(0),
|
||||||
index: None,
|
|
||||||
float_kind: float_kind,
|
float_kind: float_kind,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue