summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-enh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-enh.lua')
-rw-r--r--tex/context/base/mkiv/font-enh.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/font-enh.lua b/tex/context/base/mkiv/font-enh.lua
index f3209f5ee..02d5b2ddb 100644
--- a/tex/context/base/mkiv/font-enh.lua
+++ b/tex/context/base/mkiv/font-enh.lua
@@ -18,8 +18,8 @@ local report_unicoding = logs.reporter("fonts","unicoding")
local fonts = fonts
local constructors = fonts.constructors
-local tfmfeatures = constructors.newfeatures("tfm")
-local registertfmfeature = tfmfeatures.register
+----- tfmfeatures = constructors.newfeatures("tfm")
+----- registertfmfeature = tfmfeatures.register
local afmfeatures = fonts.constructors.newfeatures("afm")
local registerafmfeature = afmfeatures.register