summaryrefslogtreecommitdiff
path: root/src/export
diff options
context:
space:
mode:
Diffstat (limited to 'src/export')
-rw-r--r--src/export/pdf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs
index c70fdcc0..8eca0374 100644
--- a/src/export/pdf.rs
+++ b/src/export/pdf.rs
@@ -261,7 +261,7 @@ impl<'d, W: Write> ExportProcess<'d, W> {
text.tj(self.fonts[active_font.0].encode_text(&string)?);
},
- LayoutAction::DebugBox(_, _) => {}
+ LayoutAction::DebugBox(_) => {}
}
}