summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-30 22:49:25 +0200
committerSven Gothel <[email protected]>2011-08-30 22:49:25 +0200
commit072dc4b6e9bdc501873633fff824802d3948a636 (patch)
tree1ef923a2e3340f2cd3c0909d8be0ab5f62c63e0c /src/jogl/classes/javax
parentf3c58e61ad9b1ad1d1c193d6f538776fb4de1dac (diff)
Test: Cleanup warnings; Add GLProfile.initSingleton(true) call for fluctuating NEWT tests
Add GLProfile.initSingleton(true) call for fluctuating NEWT tests - Some of these tests even fail in the <init> state, i.e. cause a JVM stack dump around an early GLX createContext method only when issued via Jenkins. The Ubuntu 11.04/64bit Jenkins node runs 2 nodes (32 and 64 bit). TODO: Find cause.
Diffstat (limited to 'src/jogl/classes/javax')
-rw-r--r--src/jogl/classes/javax/media/opengl/awt/GLCanvas.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java b/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java
index d861bd7f2..03dfc55b5 100644
--- a/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java
+++ b/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java
@@ -86,7 +86,6 @@ import javax.media.opengl.GLProfile;
import javax.media.opengl.GLRunnable;
import javax.media.opengl.Threading;
-import com.jogamp.nativewindow.NativeWindowVersion;
import com.jogamp.common.GlueGenVersion;
import com.jogamp.common.util.VersionUtil;
import com.jogamp.opengl.JoglVersion;