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:
parent
1a68a4292d
commit
57a69f15ff
1 changed files with 0 additions and 4 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue