summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/back-out.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/back-out.lmt')
-rw-r--r--tex/context/base/mkxl/back-out.lmt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/back-out.lmt b/tex/context/base/mkxl/back-out.lmt
index 1f33da557..43fc04d78 100644
--- a/tex/context/base/mkxl/back-out.lmt
+++ b/tex/context/base/mkxl/back-out.lmt
@@ -61,8 +61,6 @@ local savenode = register(newnut(whatsit_code,whatsitcodes.save))
local restorenode = register(newnut(whatsit_code,whatsitcodes.restore))
local setmatrixnode = register(newnut(whatsit_code,whatsitcodes.setmatrix))
-local tomatrix = drivers.helpers.tomatrix
-
local open_command, write_command, close_command
backends = backends or { }
@@ -240,7 +238,7 @@ end
function nodepool.setmatrix(rx,sx,sy,ry,tx,ty)
local t = copynode(setmatrixnode)
- nodeproperties[t] = { matrix = tomatrix(rx,sx,sy,ry,tx,ty) }
+ nodeproperties[t] = { rx, sx, sy, ry, tx, ty }
return t
end