aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/main/layout/table.rs')
-rw-r--r--src/components/main/layout/table.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/main/layout/table.rs b/src/components/main/layout/table.rs
index ce608ad569a..feed2585d4a 100644
--- a/src/components/main/layout/table.rs
+++ b/src/components/main/layout/table.rs
@@ -96,13 +96,6 @@ impl TableFlow {
}
}
- pub fn teardown(&mut self) {
- self.block_flow.teardown();
- self.col_widths = vec!();
- self.col_min_widths = vec!();
- self.col_pref_widths = vec!();
- }
-
/// Update the corresponding value of self_widths if a value of kid_widths has larger value
/// than one of self_widths.
pub fn update_col_widths(self_widths: &mut Vec<Au>, kid_widths: &Vec<Au>) -> Au {