diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-11-04 16:55:13 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-12-14 16:47:57 +0000 |
commit | 57a69f15ffa43bf2bbc76a98da2890090323a7c6 (patch) | |
tree | 5afa0af8f7bee31102fdcd2ba4be149f419eeadb /Userland/Libraries/LibWeb/Layout/LineBoxFragment.h | |
parent | 1a68a4292d85e2517b9202adb7e41a86364d8048 (diff) | |
download | serenity-57a69f15ffa43bf2bbc76a98da2890090323a7c6.zip |
LibWeb: Remove declarations for LineBoxFragment methods that don't exist
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/LineBoxFragment.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/LineBoxFragment.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h b/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h index 892b7271d0..4d938ab1d0 100644 --- a/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h +++ b/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h @@ -67,10 +67,6 @@ public: Gfx::FloatRect selection_rect(Gfx::Font const&) const; - float height_of_inline_level_box(LayoutState const&) const; - float top_of_inline_level_box(LayoutState const&) const; - float bottom_of_inline_level_box(LayoutState const&) const; - private: Node const& m_layout_node; int m_start { 0 }; |