From 49f99c5022cffba8432912ccbf53093d2c0bc099 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Thu, 22 Nov 2012 14:45:16 +0000 Subject: [PATCH] don't need to call removeListeners() in NEWT --- core/src/processing/opengl/PGL.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/processing/opengl/PGL.java b/core/src/processing/opengl/PGL.java index e3855759e..dcad4c285 100644 --- a/core/src/processing/opengl/PGL.java +++ b/core/src/processing/opengl/PGL.java @@ -536,7 +536,6 @@ public class PGL { animator.stop(); animator.remove(window); window.removeGLEventListener(listener); - pg.parent.removeListeners(canvasNEWT); pg.parent.remove(canvasNEWT); } setFramerate = false;