diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/attr-ini.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/attr-ini.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/attr-ini.lua b/Master/texmf-dist/tex/context/base/mkiv/attr-ini.lua index df7404d11b0..2a11558a5d4 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/attr-ini.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/attr-ini.lua @@ -25,7 +25,6 @@ local attributes = attributes local sharedstorage = storage.shared -local texgetcount = tex.getcount local texsetattribute = tex.setattribute attributes.names = attributes.names or { } @@ -131,7 +130,7 @@ function attributes.ofnode(n) showlist(n,n.attr) end --- rather special +-- rather special (can be optimized) local store = { } |