diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-10-20 21:33:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-10-20 21:33:00 +0200 |
commit | 06c355066a4cf2af674302948c2f3caee06932f2 (patch) | |
tree | 2668141d43dc6ad4e81f672cfaf7a2362f5e846d /tex/context/base/char-ini.lua | |
parent | db84fb28effa91e82c83151168a27c8d85759973 (diff) | |
download | context-06c355066a4cf2af674302948c2f3caee06932f2.tar.gz |
beta 2010.10.20 21:33
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index f86eeaf66..6d58f6e98 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -582,12 +582,6 @@ else -- char-obs end -function characters.charcode(box) - local b = tex.box[box] - local l = b.list - texsprint((l and l.id == node.id('glyph') and l.char) or 0) -end - --[[ldx-- <p>Setting the lccodes is also done in a loop over the data table.</p> --ldx]]-- |