summaryrefslogtreecommitdiff
path: root/tex/context/base/page-lin.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/page-lin.lua')
-rw-r--r--tex/context/base/page-lin.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/tex/context/base/page-lin.lua b/tex/context/base/page-lin.lua
index 4dec0deec..b830dbbb9 100644
--- a/tex/context/base/page-lin.lua
+++ b/tex/context/base/page-lin.lua
@@ -134,10 +134,6 @@ function boxed.register(configuration)
return last
end
-function commands.registerlinenumbering(configuration)
- context(boxed.register(configuration))
-end
-
function boxed.setup(n,configuration)
local d = data[n]
if d then
@@ -156,8 +152,6 @@ function boxed.setup(n,configuration)
return n
end
-commands.setuplinenumbering = boxed.setup
-
local function check_number(n,a,skip,sameline)
local d = data[a]
if d then
@@ -286,6 +280,3 @@ function boxed.stage_two(n,m)
end
end
end
-
-commands.linenumbersstageone = boxed.stage_one
-commands.linenumbersstagetwo = boxed.stage_two