summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-rul.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-rul.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-rul.lmt8
1 files changed, 2 insertions, 6 deletions
diff --git a/tex/context/base/mkxl/lpdf-rul.lmt b/tex/context/base/mkxl/lpdf-rul.lmt
index efcc62073..baf4509ed 100644
--- a/tex/context/base/mkxl/lpdf-rul.lmt
+++ b/tex/context/base/mkxl/lpdf-rul.lmt
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['lpdf-rul'] = {
license = "see context related readme files"
}
+-- todo: split backend and pdf
+
local tonumber, next, type = tonumber, next, type
local concat = table.concat
@@ -35,8 +37,6 @@ local formatters = string.formatters
local pdfprint ; pdfprint = function(...) pdfprint = lpdf.print return pdfprint(...) end
--- updaters.register("backend.update",function() pdfprint = lpdf.print end)
-
do
local simplemetapost = metapost.simple
@@ -382,7 +382,3 @@ h %s]]
end
-
- ruleactions.mp = unsupported
-
-