summaryrefslogtreecommitdiffstats
path: root/src/demos/fullscreen/GearsFullscreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/fullscreen/GearsFullscreen.java')
-rwxr-xr-xsrc/demos/fullscreen/GearsFullscreen.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/demos/fullscreen/GearsFullscreen.java b/src/demos/fullscreen/GearsFullscreen.java
index eaded8e..0dac67f 100755
--- a/src/demos/fullscreen/GearsFullscreen.java
+++ b/src/demos/fullscreen/GearsFullscreen.java
@@ -5,7 +5,6 @@ import java.awt.event.*;
import demos.gears.Gears;
import demos.util.*;
-import javax.media.opengl.GLProfile;
import javax.media.opengl.awt.GLCanvas;
import com.jogamp.opengl.util.Animator;
@@ -31,13 +30,6 @@ public class GearsFullscreen {
private int initHeight = 300;
public static void main(String[] args) {
- // set argument 'NotFirstUIActionOnProcess' in the JNLP's application-desc tag for example
- // <application-desc main-class="demos.j2d.TextCube"/>
- // <argument>NotFirstUIActionOnProcess</argument>
- // </application-desc>
- boolean firstUIActionOnProcess = 0==args.length || !args[0].equals("NotFirstUIActionOnProcess") ;
- GLProfile.initSingleton(firstUIActionOnProcess);
-
new GearsFullscreen().run(args);
}