aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-30 15:42:10 +0200
committerSven Gothel <[email protected]>2011-08-30 15:42:10 +0200
commit6ed38932604db50b5e62d5ee6e2d0385810bb67c (patch)
tree804dadb6dad942bae194acbdf67677c6fcc967e9 /src/newt/classes
parent1ac5a3f0643a761d2d9e217883da73ad993a91b9 (diff)
Tests: Comment GLProfile.initSingleton(false), which is redundant / implicit.
Diffstat (limited to 'src/newt/classes')
-rw-r--r--src/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java b/src/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java
index ae0a790dd..edcb91378 100644
--- a/src/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java
+++ b/src/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java
@@ -29,7 +29,7 @@ import com.jogamp.opengl.JoglVersion;
public class VersionApplet extends Applet {
static {
- GLProfile.initSingleton(false);
+ // redundant, since implicit (false): GLProfile.initSingleton(false);
}
TextArea tareaVersion;
TextArea tareaCaps;