mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove a dead assignment from set_width_constraint_solutions.
This commit is contained in:
parent
edba815cf5
commit
d317c58112
1 changed files with 1 additions and 1 deletions
|
@ -1815,7 +1815,7 @@ pub trait WidthAndMarginsComputer {
|
||||||
fn set_width_constraint_solutions(&self,
|
fn set_width_constraint_solutions(&self,
|
||||||
block: &mut BlockFlow,
|
block: &mut BlockFlow,
|
||||||
solution: WidthConstraintSolution) {
|
solution: WidthConstraintSolution) {
|
||||||
let mut width = Au(0);
|
let width;
|
||||||
{
|
{
|
||||||
let fragment = block.fragment();
|
let fragment = block.fragment();
|
||||||
fragment.margin.left = solution.margin_left;
|
fragment.margin.left = solution.margin_left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue