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) {
|
if (_rawText != null) {
|
||||||
Matcher m = COLOR_PATTERN.matcher(_rawText);
|
Matcher m = COLOR_PATTERN.matcher(_rawText);
|
||||||
int startSeg = 0;
|
int startSeg = 0;
|
||||||
int endSeg = 0;
|
|
||||||
StringBuffer buf = new StringBuffer();
|
StringBuffer buf = new StringBuffer();
|
||||||
Color lastColor = null;
|
Color lastColor = null;
|
||||||
while (m.find()) {
|
while (m.find()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user