aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java
index fbc16953d..60f46fe9e 100644
--- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java
@@ -114,10 +114,6 @@ public class TestSharedContextNewtAWTBug523 extends UITestCase {
private static FloatBuffer sharedVertexBuffer;
private static IntBuffer sharedIndexBuffer;
- static {
- GLProfile.initSingleton(true);
- }
-
static private GLPbuffer initShared(GLCapabilities caps) {
GLPbuffer sharedDrawable = GLDrawableFactory.getFactory(caps.getGLProfile()).createGLPbuffer(null, caps, null, 64, 64, null);
Assert.assertNotNull(sharedDrawable);