Removed unneeded variable.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1765 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2006-01-20 02:20:17 +00:00
parent 9055c585f4
commit da75b303bc
@@ -646,7 +646,6 @@ public class Label implements SwingConstants, LabelStyleConstants
if (_rawText != null) {
Matcher m = COLOR_PATTERN.matcher(_rawText);
int startSeg = 0;
int endSeg = 0;
StringBuffer buf = new StringBuffer();
Color lastColor = null;
while (m.find()) {