diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-05-27 15:18:45 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-05-27 15:18:45 +0200 |
commit | c1f664df24bd6c6d1222d479e2f0f88856685990 (patch) | |
tree | 5edf173ba03060bb27e6069b7b52f286316ff0e6 /tex/context/base/mkxl/lpdf-img.lmt | |
parent | 7c744583eb2b9ba70d09bbac7be7bb9e6eb6b154 (diff) | |
download | context-c1f664df24bd6c6d1222d479e2f0f88856685990.tar.gz |
2021-05-27 14:14:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-img.lmt')
-rw-r--r-- | tex/context/base/mkxl/lpdf-img.lmt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/tex/context/base/mkxl/lpdf-img.lmt b/tex/context/base/mkxl/lpdf-img.lmt index 6914b2b29..f937f2ed4 100644 --- a/tex/context/base/mkxl/lpdf-img.lmt +++ b/tex/context/base/mkxl/lpdf-img.lmt @@ -55,16 +55,9 @@ local pdfconstant = lpdf.constant local pdfstring = lpdf.string local pdfreference = lpdf.reference local pdfverbose = lpdf.verbose - -local pdfflushstreamobject -local pdfmajorversion -local pdfminorversion - -updaters.register("backend.update.lpdf",function() - pdfflushstreamobject = lpdf.flushstreamobject - pdfmajorversion = lpdf.majorversion - pdfminorversion = lpdf.minorversion -end) +local pdfflushstreamobject = lpdf.flushstreamobject +local pdfmajorversion = lpdf.majorversion +local pdfminorversion = lpdf.minorversion local createimage = images.create |