aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/table_wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/main/layout/table_wrapper.rs')
-rw-r--r--src/components/main/layout/table_wrapper.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/main/layout/table_wrapper.rs b/src/components/main/layout/table_wrapper.rs
index bdcc501703d..ad1a66eace0 100644
--- a/src/components/main/layout/table_wrapper.rs
+++ b/src/components/main/layout/table_wrapper.rs
@@ -91,11 +91,6 @@ impl TableWrapperFlow {
self.block_flow.float.is_some()
}
- pub fn teardown(&mut self) {
- self.block_flow.teardown();
- self.col_widths = vec!();
- }
-
/// Assign height for table-wrapper flow.
/// `Assign height` of table-wrapper flow follows a similar process to that of block flow.
///