mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibWeb: Remove unused argument of InlineLevelIterator::next
Also remove unused method from LineBuilder.
This commit is contained in:
parent
768c35af71
commit
ef6a78518f
4 changed files with 6 additions and 8 deletions
|
@ -37,8 +37,6 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
AvailableSize available_width_for_current_line() const { return m_available_width_for_current_line; }
|
||||
|
||||
void update_last_line();
|
||||
|
||||
void remove_last_line_if_empty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue