removing unused var

This commit is contained in:
benfry
2013-01-10 15:59:05 +00:00
parent ea61acf603
commit cb373ab45c
@@ -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()) {