don't need to call removeListeners() in NEWT

This commit is contained in:
codeanticode
2012-11-22 14:45:16 +00:00
parent e8cf271de6
commit 49f99c5022

View File

@@ -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;