mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove unused var
This commit is contained in:
@@ -1309,7 +1309,7 @@ public class PShapeSVG extends PShape {
|
||||
boolean visible = true;
|
||||
int color = 0;
|
||||
String name = "";
|
||||
String lColorText = colorText.toLowerCase();
|
||||
// String lColorText = colorText.toLowerCase();
|
||||
Gradient gradient = null;
|
||||
Paint paint = null;
|
||||
if (colorText.equals("none")) {
|
||||
|
||||
Reference in New Issue
Block a user