1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:58:14 +00:00

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

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