summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/core-lmt.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-12-30 20:04:02 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-12-30 20:04:02 +0100
commitb28de538b3b4dc7acda5eb9eefc7a7d68c8fb49f (patch)
treed9492ef270d3eff2827a462f3b77ac3251b5c43c /tex/context/base/mkiv/core-lmt.lua
parent2f8058544f8a3fead8186bdcb3835f1f67416cc3 (diff)
downloadcontext-b28de538b3b4dc7acda5eb9eefc7a7d68c8fb49f.tar.gz
2018-12-30 19:36:00
Diffstat (limited to 'tex/context/base/mkiv/core-lmt.lua')
-rw-r--r--tex/context/base/mkiv/core-lmt.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/core-lmt.lua b/tex/context/base/mkiv/core-lmt.lua
index 2f4f43116..ae8c02ea5 100644
--- a/tex/context/base/mkiv/core-lmt.lua
+++ b/tex/context/base/mkiv/core-lmt.lua
@@ -30,7 +30,5 @@ end
implement { name = "textdir", public = true, protected = true, actions = function() scandir(settextdir) end }
implement { name = "linedir", public = true, protected = true, actions = function() scandir(setlinedir) end }
-implement { name = "pagedir", public = true, protected = true, actions = function() scandir(setpagedir) end }
implement { name = "pardir", public = true, protected = true, actions = function() scandir(setpardir) end }
-implement { name = "bodydir", public = true, protected = true, actions = function() scandir(setbodydir) end }
implement { name = "boxdir", public = true, protected = true, actions = function() scandir(setboxdir) end }