summaryrefslogtreecommitdiff
path: root/src/library/text
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/text')
-rw-r--r--src/library/text/par.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library/text/par.rs b/src/library/text/par.rs
index 0fec11ad..41246b00 100644
--- a/src/library/text/par.rs
+++ b/src/library/text/par.rs
@@ -557,7 +557,6 @@ fn prepare<'a>(
if !shift.is_zero() || frame.role().map_or(true, Role::is_weak) {
let frame = Arc::make_mut(&mut frame);
-
frame.translate(Point::with_y(shift));
frame.apply_role(Role::GenericInline);
}