mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27: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
|
@ -51,7 +51,7 @@ public:
|
|||
|
||||
InlineLevelIterator(Layout::InlineFormattingContext&, LayoutState&, Layout::BlockContainer const&, LayoutMode);
|
||||
|
||||
Optional<Item> next(AvailableSize available_width);
|
||||
Optional<Item> next();
|
||||
|
||||
private:
|
||||
void skip_to_next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue