aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table_wrapper.rs')
-rw-r--r--components/layout/table_wrapper.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/table_wrapper.rs b/components/layout/table_wrapper.rs
index 1c9c049356e..65ecc07d3ab 100644
--- a/components/layout/table_wrapper.rs
+++ b/components/layout/table_wrapper.rs
@@ -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
}