From 4e70a4811a860255b53eeae7a841ca473e1aba86 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 6 Jul 2012 09:06:03 +0200 Subject: Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87 --- .../jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/test/com/jogamp') diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java b/src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java index ba33aa31d..5e3d4dd8e 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java @@ -34,8 +34,6 @@ import javax.media.opengl.GLCapabilitiesImmutable; import javax.media.opengl.GLEventListener; import javax.media.opengl.GLProfile; -import jogamp.nativewindow.macosx.OSXUtil; - import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; @@ -80,9 +78,6 @@ public class TestSWTJOGLGLCanvas01GLn extends UITestCase { @BeforeClass public static void startup() { System.out.println( "GLProfile " + GLProfile.glAvailabilityToString() ); - if( Platform.OS_TYPE == Platform.OSType.MACOS ) { - System.err.println("OSXUtil.isAWTEDTMainThread: "+ OSXUtil.isAWTEDTMainThread() ); - } } @Before -- cgit v1.2.3