LibWeb: Remove declarations for LineBoxFragment methods that don't exist

This commit is contained in:
Sam Atkins 2022-11-04 16:55:13 +00:00 committed by Linus Groh
parent 1a68a4292d
commit 57a69f15ff
Notes: sideshowbarker 2024-07-17 03:12:27 +09:00

View File

@ -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 };