mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove outdated comment
This commit is contained in:
parent
0261762fa4
commit
ef983c340f
1 changed files with 0 additions and 7 deletions
|
@ -567,13 +567,6 @@ impl Flow for TableFlow {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
// XXXManishearth We might be able to avoid the Arc<T>s if
|
|
||||||
// the table is structured such that the columns always come
|
|
||||||
// first in the flow tree, at which point we can
|
|
||||||
// reuse the iterator that we use for colgroups
|
|
||||||
// for rows (and have no borrowing issues between
|
|
||||||
// holding on to both ColumnStyle<'table> and
|
|
||||||
// the rows)
|
|
||||||
struct ColumnStyle<'table> {
|
struct ColumnStyle<'table> {
|
||||||
span: u32,
|
span: u32,
|
||||||
colgroup_style: Option<&'table ComputedValues>,
|
colgroup_style: Option<&'table ComputedValues>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue