]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/LookupProcessor.cpp
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / layout / LookupProcessor.cpp
index 107fd496480a220f70a39f5cb07669ffccd1d923..6f26a13bedb9eb1c94582e479b91ba9d9bc0a388 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
  *
  */
 
@@ -67,11 +67,7 @@ le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdj
             glyphIterator.reset(lookupFlags, selectMask);
 
             while (glyphIterator.findFeatureTag()) {
-                le_uint32 delta = 1;
-
-                while (glyphIterator.next(delta)) {
-                    delta = applyLookupTable(lookupTable, &glyphIterator, fontInstance);
-                }
+                applyLookupTable(lookupTable, &glyphIterator, fontInstance);
             }
 
             newGlyphCount = glyphIterator.applyInsertions();