diff options
author | Sven Gothel <[email protected]> | 2010-11-25 03:01:43 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-25 03:01:43 +0100 |
commit | c62a07ceeafec94c4327b8db2d2dc359043b2f2b (patch) | |
tree | 08dc95bab024e597377d7151756bd21d367352bd | |
parent | 16bb638603c01e3d3ed94c63550b7c2b18ad23a2 (diff) |
cleanup imports
-rw-r--r-- | src/junit/com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/junit/com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.java b/src/junit/com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.java index b384145b6..bfb012e3c 100644 --- a/src/junit/com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.java +++ b/src/junit/com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.java @@ -28,17 +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.Assume; -import org.junit.Before; import org.junit.BeforeClass; -import org.junit.After; -import org.junit.AfterClass; import org.junit.Test; import javax.media.nativewindow.*; |