removing unused var

This commit is contained in:
benfry
2013-01-10 15:59:05 +00:00
parent b2729b4654
commit 41fb67d3bd

View File

@@ -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()) {