ICU-1914 fix break on layout sample

X-SVN-Rev: 8692
This commit is contained in:
Steven R. Loomis 2002-05-24 01:06:33 +00:00
parent cf59e971fb
commit d78f3bc3cf

View File

@ -294,11 +294,6 @@ void Paragraph::breakLines(int32_t width, int32_t height)
// Map the character back to a glyph
glyph = fGlyphIndices[thisBreak];
// Check to see if the new glyph is off
// the end of the run.
if (glyph == stop) {
break;
}
// If the glyph's not in the run we stopped in, we
// have to re-synch to the new run