From ea2cbafe1dad932149bf2d8ab1ff41ca26d7ee6c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 19 Jun 2015 17:12:40 -0400 Subject: [PATCH] that shouldn't be there --- core/src/processing/core/PApplet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index f29426dd8..60eadeb7a 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -10074,7 +10074,6 @@ public class PApplet implements PConstants { // Wait until the applet has figured out its width. In a static mode app, // everything happens inside setup(), so this will be after setup() has // completed, and the empty draw() has set "finished" to true. - /* while (sketch.defaultSize && !sketch.finished) { //System.out.println("default size"); try {