summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/page-cst.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/page-cst.lua')
-rw-r--r--tex/context/base/mkiv/page-cst.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/page-cst.lua b/tex/context/base/mkiv/page-cst.lua
index cc35de877..1b537b288 100644
--- a/tex/context/base/mkiv/page-cst.lua
+++ b/tex/context/base/mkiv/page-cst.lua
@@ -9,7 +9,7 @@ if not modules then modules = { } end modules ["page-cst"] = {
-- todo: check what is used
local next, type, tonumber = next, type, tonumber
-local ceil, floor, odd, round = math.ceil, math.floor, math.odd, math.round
+local ceil, odd, round = math.ceil, math.odd, math.round
local lower = string.lower
local copy = table.copy