diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 081b5630b..7dd826336 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -15513,31 +15513,3 @@ public class PApplet extends Applet g.blend(src, sx, sy, sw, sh, dx, dy, dw, dh, mode); } } - - -/* -class NullApplet extends Container { - - public Object getAppletContext() { - return null; - } - - public URL getDocumentBase() { - return null; - } - - public String getParameter(String param) { - return null; - } - - public void showStatus(String status) { } - - public void destroy() { } - - public void init() { } - - public void start() { } - - public void stop() { } -} -*/