From ec32272ad1d5ce2509f0907792a411446acca30d Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Sat, 24 Apr 2010 05:13:37 +0200
Subject: Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f

---
 src/demos/es2/openmax/Cube.java | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/demos/es2/openmax/Cube.java')

diff --git a/src/demos/es2/openmax/Cube.java b/src/demos/es2/openmax/Cube.java
index edcfba0..a6dfc53 100644
--- a/src/demos/es2/openmax/Cube.java
+++ b/src/demos/es2/openmax/Cube.java
@@ -342,7 +342,6 @@ public class Cube implements GLEventListener {
 
             // Shut things down cooperatively
             window.destroy();
-            window.getFactory().shutdown();
             System.out.println("Cube shut down cleanly.");
         } catch (Throwable t) {
             t.printStackTrace();
-- 
cgit v1.2.3