mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibWeb: Remove unused member LineBuilder::m_layout_mode
This commit is contained in:
parent
54ca9b50de
commit
ab6af4c9a0
3 changed files with 3 additions and 5 deletions
|
@ -9,11 +9,10 @@
|
|||
|
||||
namespace Web::Layout {
|
||||
|
||||
LineBuilder::LineBuilder(InlineFormattingContext& context, LayoutState& layout_state, LayoutMode layout_mode)
|
||||
LineBuilder::LineBuilder(InlineFormattingContext& context, LayoutState& layout_state)
|
||||
: m_context(context)
|
||||
, m_layout_state(layout_state)
|
||||
, m_containing_block_state(layout_state.get_mutable(context.containing_block()))
|
||||
, m_layout_mode(layout_mode)
|
||||
{
|
||||
begin_new_line(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue