diff options
author | est31 <MTest31@outlook.com> | 2019-05-29 21:16:11 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2019-05-29 21:51:28 +0200 |
commit | 3efc5e59bc7021d40183436e85a349bec3b0bbcd (patch) | |
tree | 795787441b96d347747705085631d402d4d756d5 /components/layout/table_wrapper.rs | |
parent | 8dc7a25893cbe9a2c958966618d28757201899b6 (diff) | |
download | servo-3efc5e59bc7021d40183436e85a349bec3b0bbcd.tar.gz servo-3efc5e59bc7021d40183436e85a349bec3b0bbcd.zip |
Remove unused code from gfx and layout crates
Diffstat (limited to 'components/layout/table_wrapper.rs')
-rw-r--r-- | components/layout/table_wrapper.rs | 4 |
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 } |