summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-07-30 22:18:52 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-07-30 22:18:52 +0200
commit4afd5f6ad89594e3d8387b2acebefb6f37cb0cad (patch)
tree9abee55308a1442c61d3fd47f6f04549cebb06fd /tex/context/base/mkiv/node-tra.lua
parent488dc02c27841eced466d9b6594666c923fef649 (diff)
downloadcontext-4afd5f6ad89594e3d8387b2acebefb6f37cb0cad.tar.gz
2017-07-30 19:35:00
Diffstat (limited to 'tex/context/base/mkiv/node-tra.lua')
-rw-r--r--tex/context/base/mkiv/node-tra.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/node-tra.lua b/tex/context/base/mkiv/node-tra.lua
index 8c79e0ab8..d5165c50b 100644
--- a/tex/context/base/mkiv/node-tra.lua
+++ b/tex/context/base/mkiv/node-tra.lua
@@ -38,7 +38,6 @@ local nuts = nodes.nuts
local tonut = nuts.tonut
local tonode = nuts.tonode
-local getfield = nuts.getfield
local getnext = nuts.getnext
local getprev = nuts.getprev
local getid = nuts.getid
@@ -376,8 +375,7 @@ local f_z_f = formatters["%0.5Fpt minus %0.5F%s"]
local f_z_m = formatters["%0.5Fpt minus %0.5Fpt"]
local f_z_z = formatters["%0.5Fpt"]
-local tonut = nodes.tonut
-local getfield = nodes.nuts.getfield
+local tonut = nodes.tonut
local function nodetodimen(n)
n = tonut(n)