diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h index 8924bc433a..af67bf20ba 100644 --- a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h +++ b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h @@ -60,8 +60,6 @@ private: void layout_floating_box(Box const& child, BlockContainer const& containing_block, LayoutMode); - void apply_transformations_to_children(Box const&); - void layout_list_item_marker(ListItemBox const&); enum class FloatSide { |