mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
config: Remove legacy-layout and unused Preferences
and Opts
(#34994)
There are some preferences and options that are only used by legacy layout or not used at all. This PR removes them. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
2c0c36f238
commit
f5ef8aaed3
8 changed files with 12 additions and 305 deletions
|
@ -1948,11 +1948,6 @@ impl Flow for InlineFlow {
|
|||
state.current_stacking_context_id = parent_stacking_context_id
|
||||
}
|
||||
}
|
||||
|
||||
if !self.fragments.fragments.is_empty() {
|
||||
self.base
|
||||
.build_display_items_for_debugging_tint(state, self.fragments.fragments[0].node);
|
||||
}
|
||||
}
|
||||
|
||||
fn repair_style(&mut self, _: &ServoArc<ComputedValues>) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue