diff options
author | Sven Gothel <[email protected]> | 2011-12-02 05:05:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-02 05:05:32 +0100 |
commit | 4856f7800bac165c3770495b77de4a2eabcca46e (patch) | |
tree | c96b6b75f495fbeea0bf41d0b57def5a142b44b8 /src | |
parent | c9bd1073d4fee2864162ac6f82380d538d33f322 (diff) |
Remove GLProfile.initSingleton(..) out of static init block
Diffstat (limited to 'src')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java | 4 |
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); |