diff options
author | Sven Gothel <[email protected]> | 2012-06-21 20:58:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-06-21 20:58:04 +0200 |
commit | be0ebf39ac48e904803ad35ad280dc6ecde03119 (patch) | |
tree | 877e5b6cb721d182cf6f5b6c7bb2d6d34dcef0fd /jnlp-files/InfiniteShadowVolumes.jnlp | |
parent | 9c2d74736fdd723267aaf6f7a5018dd1bc882775 (diff) |
Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionOnProcess'; Adapt to CapabilitiesChooser API/generics change; Misc
- Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionOnProcess'
- Adapt to CapabilitiesChooser API/generics change
- Cleanup some generics use .. etc
Diffstat (limited to 'jnlp-files/InfiniteShadowVolumes.jnlp')
-rw-r--r-- | jnlp-files/InfiniteShadowVolumes.jnlp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jnlp-files/InfiniteShadowVolumes.jnlp b/jnlp-files/InfiniteShadowVolumes.jnlp index 6214c0e..ff1d3a2 100644 --- a/jnlp-files/InfiniteShadowVolumes.jnlp +++ b/jnlp-files/InfiniteShadowVolumes.jnlp @@ -21,6 +21,5 @@ </resources> <application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes"> - <argument>NotFirstUIActionOnProcess</argument> </application-desc> </jnlp> |