diff options
Diffstat (limited to 'library/src/math/row.rs')
| -rw-r--r-- | library/src/math/row.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/src/math/row.rs b/library/src/math/row.rs index 5862bfc6..d971ce22 100644 --- a/library/src/math/row.rs +++ b/library/src/math/row.rs @@ -59,10 +59,6 @@ impl MathRow { } let mut amount = Abs::zero(); - if let MathFragment::Glyph(glyph) = *prev { - amount += glyph.italics_correction; - } - amount += spacing(prev, &fragment, style, space, space_width).at(font_size); if !amount.is_zero() { |
