diff options
author | Sven Gothel <[email protected]> | 2023-01-22 08:06:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-22 08:06:18 +0100 |
commit | be4fa1f3fc1a97ad712b8d907e611a99c2bd4c83 (patch) | |
tree | 04f275e43e4b22ce4074922a642887f32613130c /src | |
parent | f8db4cf0d7133f938b74a0c88047f8db2734e5f5 (diff) |
TestSharedContextVBOES2SWT3: Remove unused import
Diffstat (limited to 'src')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2SWT3.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2SWT3.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2SWT3.java index 47e0c579a..0e9429a53 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2SWT3.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2SWT3.java @@ -39,7 +39,6 @@ import com.jogamp.opengl.util.Animator; import com.jogamp.opengl.swt.GLCanvas; import com.jogamp.opengl.test.junit.util.GLTestUtil; import com.jogamp.opengl.test.junit.util.MiscUtils; -import com.jogamp.opengl.test.junit.util.NewtTestUtil; import com.jogamp.opengl.test.junit.util.SWTTestUtil; import com.jogamp.opengl.test.junit.util.UITestCase; import com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2; |