From 18f3a050e31b903ce11dd16783e8343f904cd6ff Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 26 Oct 2010 06:25:56 +0200 Subject: X11Util: lock toolkit/x11 unification --- src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/junit/com/jogamp') diff --git a/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java b/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java index aad61565f..8d0561a81 100644 --- a/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java +++ b/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java @@ -28,19 +28,10 @@ package com.jogamp.test.junit.newt; -import java.lang.reflect.*; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; - import org.junit.Assert; -import org.junit.Before; import org.junit.BeforeClass; -import org.junit.After; -import org.junit.AfterClass; import org.junit.Test; -import javax.media.nativewindow.*; import javax.media.opengl.*; import com.jogamp.newt.*; @@ -60,6 +51,7 @@ public class TestGLWindows01NEWT extends UITestCase { @BeforeClass public static void initClass() { GLProfile.initSingleton(true); + // GLProfile.initSingleton(false); width = 640; height = 480; glp = GLProfile.getDefault(); -- cgit v1.2.3