Remove stray changes

This commit is contained in:
David Zbarsky 2015-08-13 17:56:44 -04:00
parent 63d0429bed
commit 67db4fbc2e
2 changed files with 3 additions and 5 deletions

View file

@ -993,7 +993,7 @@ impl InlineFlow {
let percent_offset = line_height.scale_by(calc.percentage());
offset_from_baseline = offset_from_baseline - percent_offset - calc.length()
}
}
}
}
(offset_from_baseline - ascent, largest_size_updated)
}