summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-con.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-con.lua')
-rw-r--r--tex/context/base/mkiv/font-con.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/tex/context/base/mkiv/font-con.lua b/tex/context/base/mkiv/font-con.lua
index fd3b28612..1b986b6a6 100644
--- a/tex/context/base/mkiv/font-con.lua
+++ b/tex/context/base/mkiv/font-con.lua
@@ -555,22 +555,6 @@ function constructors.scale(tfmdata,specification)
if changed then
local c = changed[unicode]
if c and c ~= unicode then
--- while true do
--- local cc = changed[c]
--- if not cc then
--- -- we're done, no (futher) chain
--- break
--- elseif cc == unicode then
--- -- we probably have a bidi swap
--- break
--- elseif cc == c then
--- -- we have a self reference, shouldn't happen
--- c = nil
--- break
--- else
--- c = cc
--- end
--- end
if c then
description = descriptions[c] or descriptions[unicode] or character
character = characters[c] or character