summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pdf.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pdf.rs b/src/pdf.rs
index ab94492a..d3616cb9 100644
--- a/src/pdf.rs
+++ b/src/pdf.rs
@@ -113,9 +113,6 @@ impl<W: Write> WritePdf<Document> for W {
root: catalog_id,
})?;
- // Write where the xref table starts
- writer.write_start_xref()?;
-
Ok(writer.written())
}
}