From 6ed38932604db50b5e62d5ee6e2d0385810bb67c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 30 Aug 2011 15:42:10 +0200 Subject: Tests: Comment GLProfile.initSingleton(false), which is redundant / implicit. --- src/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newt/classes') 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; -- cgit v1.2.3