diff options
author | Sven Gothel <[email protected]> | 2011-04-24 12:22:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-24 12:22:07 +0200 |
commit | 668cd63f16abc9e7e9929d6bd1b786bf0664aace (patch) | |
tree | 55041145b4eb8165165b098dff34225cd50c48c8 /src/test/com/jogamp/opengl | |
parent | 6c0ad949be979d5fed95a1166d59100f7bf5580f (diff) |
Misc cleanup, strings etc
Diffstat (limited to 'src/test/com/jogamp/opengl')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java index f9571574e..d326f124d 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java @@ -35,12 +35,10 @@ import org.junit.Test; import javax.media.opengl.*; import com.jogamp.newt.*; -import com.jogamp.newt.event.*; import com.jogamp.newt.opengl.*; import java.io.IOException; import com.jogamp.opengl.test.junit.util.UITestCase; -import com.jogamp.opengl.test.junit.util.MiscUtils; import com.jogamp.opengl.test.junit.jogl.demos.gl2.gears.Gears; import javax.media.nativewindow.AbstractGraphicsDevice; |