mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
deal with a handful of warnings
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user