summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-otf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-otf.lua')
-rw-r--r--tex/context/base/mkiv/font-otf.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-otf.lua b/tex/context/base/mkiv/font-otf.lua
index a1730aced..17d3b34ad 100644
--- a/tex/context/base/mkiv/font-otf.lua
+++ b/tex/context/base/mkiv/font-otf.lua
@@ -20,7 +20,6 @@ if not modules then modules = { } end modules ['font-otf'] = {
-- more checking against low level calls of functions
-local utfbyte = utf.byte
local gmatch, gsub, find, match, lower, strip = string.gmatch, string.gsub, string.find, string.match, string.lower, string.strip
local type, next, tonumber, tostring = type, next, tonumber, tostring
local abs = math.abs