mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
removing unused var
This commit is contained in:
@@ -157,7 +157,6 @@ public class ErrorBar extends JPanel {
|
||||
}
|
||||
|
||||
protected void done() {
|
||||
int bigCount = 0;
|
||||
int totalLines = 0;
|
||||
int currentTab = 0;
|
||||
for (SketchCode sc : editor.getSketch().getCode()) {
|
||||
|
||||
Reference in New Issue
Block a user