deal with a handful of warnings

This commit is contained in:
Ben Fry
2017-01-29 10:57:44 -05:00
parent cacac6fa90
commit 022c27633c
4 changed files with 5 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ public class JavaMode extends Mode {
}
/*
// TODO Why is this necessary? Why isn't Sketch.isModified() used?
static private boolean isSketchModified(Sketch sketch) {
for (SketchCode sc : sketch.getCode()) {
@@ -216,6 +217,7 @@ public class JavaMode extends Mode {
}
return false;
}
*/
// public void handleStop() {