Deleted cut-and-paste goof.

This commit is contained in:
dchandler 2004-01-17 19:45:31 +00:00
parent c69ba26c60
commit 274e1736be

View file

@ -153,7 +153,6 @@ public class TString {
// FIXME: assert these
ThdlDebug.verify(type != UNICODE_CHARACTER || text.length() == 1);
ThdlDebug.verify("EWTS" == encoding || "ACIP" == encoding);
type != UNICODE_CHARACTER || text.length() == 1);
setText(ftext);
if ((outputAllTshegBars || outputUniqueTshegBars) && TIBETAN_NON_PUNCTUATION == type)
outputTshegBar(ftext);