From be0ebf39ac48e904803ad35ad280dc6ecde03119 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 21 Jun 2012 20:58:04 +0200 Subject: 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 --- src/demos/gamma/TestGamma.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/demos/gamma/TestGamma.java') diff --git a/src/demos/gamma/TestGamma.java b/src/demos/gamma/TestGamma.java index e8e46b5..4dff454 100755 --- a/src/demos/gamma/TestGamma.java +++ b/src/demos/gamma/TestGamma.java @@ -80,8 +80,6 @@ public class TestGamma implements GLEventListener { } public static void main(String[] args) { - GLProfile.initSingleton(true); - if (args.length != 3) { usage(); } -- cgit v1.2.3