mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused code from gfx and layout crates
This commit is contained in:
parent
8dc7a25893
commit
3efc5e59bc
9 changed files with 2 additions and 222 deletions
|
@ -333,10 +333,6 @@ impl Flow for TableWrapperFlow {
|
|||
FlowClass::TableWrapper
|
||||
}
|
||||
|
||||
fn as_mut_table_wrapper(&mut self) -> &mut TableWrapperFlow {
|
||||
self
|
||||
}
|
||||
|
||||
fn as_table_wrapper(&self) -> &TableWrapperFlow {
|
||||
self
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue