aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-09-10 21:33:20 +0200
committerMichael Bien <[email protected]>2010-09-10 21:33:20 +0200
commitd34722a23b384711079409e4963b46c9d4413d89 (patch)
treed47d2d4de3f4c6642d94fa4e03fd0dfb2ed702b8 /src/junit
parent82a88278a0360e0e5896c5c0f009c47f9ff2a83c (diff)
parent340b1ceb07907be113e33c54d084e53ddc93e368 (diff)
Merge branch 'master' of git://github.com/sgothel/jogl
Diffstat (limited to 'src/junit')
-rw-r--r--src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java b/src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java
index 0233a6aad..abd5b95ce 100644
--- a/src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java
+++ b/src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java
@@ -73,7 +73,6 @@ public class TestParenting01cAWT {
static int width, height;
static long durationPerTest = 800;
- static long waitReparent = 0;
static GLCapabilities glCaps;
@BeforeClass
@@ -232,8 +231,6 @@ public class TestParenting01cAWT {
for(int i=0; i<args.length; i++) {
if(args[i].equals("-time")) {
durationPerTest = atoi(args[++i]);
- } else if(args[i].equals("-wait")) {
- waitReparent = atoi(args[++i]);
}
}
String tstname = TestParenting01cAWT.class.getName();