Removed unneeded variable.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1765 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user