From 67de987aa9e60bf263e0d1bc8a34a203e88a7447 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 21 Oct 2010 23:27:00 +0200 Subject: beta 2010.10.21 23:27 --- tex/context/base/node-tra.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tex/context/base/node-tra.lua') diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua index 8094f3736..78042cf44 100644 --- a/tex/context/base/node-tra.lua +++ b/tex/context/base/node-tra.lua @@ -49,7 +49,6 @@ local step_tracers = tracers.steppers local copy_node_list = node.copy_list local hpack_node_list = node.hpack local free_node_list = node.flush_list -local first_character = node.first_character local node_type = node.type local traverse_nodes = node.traverse @@ -237,8 +236,7 @@ function step_tracers.glyphs(n,i) end function step_tracers.features() --- local f = first_character(collection[1]) --- if f then -- something fishy with first_character + -- we cannot use first_character here as it only finds characters with subtype < 256 local f = collection[1] while f do if f.id == glyph_code then -- cgit v1.2.3