summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-cmp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/node-cmp.lmt')
-rw-r--r--tex/context/base/mkiv/node-cmp.lmt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tex/context/base/mkiv/node-cmp.lmt b/tex/context/base/mkiv/node-cmp.lmt
index e9e7e266d..21fd700f0 100644
--- a/tex/context/base/mkiv/node-cmp.lmt
+++ b/tex/context/base/mkiv/node-cmp.lmt
@@ -192,7 +192,6 @@ end
local uses_font = direct.uses_font
local has_glyph = direct.has_glyph
local protrusion_skippable = direct.protrusion_skippable
-local prepend_prevdepth = direct.prepend_prevdepth
local make_extensible = direct.make_extensible
function node.uses_font(n,f)
@@ -207,11 +206,6 @@ function node.protrusion_skippable(n)
return protrusion_skippable(todirect(n))
end
-function node.prepend_prevdepth(n)
- local n, d = prepend_prevdepth(todirect(n))
- return tonode(n), d
-end
-
function node.make_extensible(...)
local n = make_extensible(...)
return n and tonode(n) or nil