summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-fmt.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-fmt.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-fmt.lmt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tex/context/base/mkxl/lpdf-fmt.lmt b/tex/context/base/mkxl/lpdf-fmt.lmt
index c6a3f25ff..23534c518 100644
--- a/tex/context/base/mkxl/lpdf-fmt.lmt
+++ b/tex/context/base/mkxl/lpdf-fmt.lmt
@@ -903,12 +903,6 @@ function codeinjections.setformat(s)
majorversion,minorversion)
end
--
- -- cid sets can always omitted now, but those validators still complain so let's
- -- for a while keep it (for luigi):
- --
- lpdf.setomitcidset (formatspecification.include_cidsets == false and 1 or 0) -- why a number
- lpdf.setomitcharset(formatspecification.include_charsets == false and 1 or 0) -- why a number
- --
-- maybe block by pdf version
--
codeinjections.settaggingsupport(formatspecification.tagging)