summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-inj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-inj.lua')
-rw-r--r--tex/context/base/mkiv/font-inj.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-inj.lua b/tex/context/base/mkiv/font-inj.lua
index 89370210d..a01496919 100644
--- a/tex/context/base/mkiv/font-inj.lua
+++ b/tex/context/base/mkiv/font-inj.lua
@@ -22,7 +22,6 @@ if not modules then modules = { } end modules ['font-inj'] = {
if not nodes.properties then return end
local next, rawget = next, rawget
-local utfchar = utf.char
local fastcopy = table.fastcopy
local trace_injections = false trackers.register("fonts.injections", function(v) trace_injections = v end)