mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibWeb: Remove unused LineBox::ends_with_forced_line_break()
This commit is contained in:
parent
784dbdef8e
commit
8b369bf7bd
2 changed files with 0 additions and 6 deletions
|
@ -27,7 +27,6 @@ public:
|
|||
|
||||
bool is_empty_or_ends_in_whitespace() const;
|
||||
bool is_empty() const { return m_fragments.is_empty(); }
|
||||
bool ends_with_forced_line_break() const;
|
||||
|
||||
private:
|
||||
friend class BlockContainer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue