diff options
author | Sven Gothel <[email protected]> | 2012-01-22 22:24:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-22 22:24:51 +0100 |
commit | 0cbe4fe0ee721fd0cc0eb2b1fdf9ca79b9a21644 (patch) | |
tree | 2ab87ac19e6b66d9908ec66b24427f89609178bc /src | |
parent | 859f5a5a1ffa5862bea678c2afe1c016058d7f09 (diff) |
Gears: Remove initSingleton()
Diffstat (limited to 'src')
-rw-r--r-- | src/demos/gears/Gears.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/demos/gears/Gears.java b/src/demos/gears/Gears.java index d312a87..4b1b7f9 100644 --- a/src/demos/gears/Gears.java +++ b/src/demos/gears/Gears.java @@ -26,9 +26,6 @@ import com.jogamp.newt.event.awt.AWTMouseAdapter; */ public class Gears implements GLEventListener { - static { - GLProfile.initSingleton(false); - } private float view_rotx = 20.0f, view_roty = 30.0f, view_rotz = 0.0f; private int gear1=0, gear2=0, gear3=0; private float angle = 0.0f; |