summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/macosx
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-03-19 05:23:08 +0100
committerSven Gothel <[email protected]>2013-03-19 05:23:08 +0100
commit28f0a8ca7437a70f6adf7947529b36060b381f7c (patch)
tree69be2c77a20fdd0e7b75096d244f6f6b6a9da51a /src/jogl/classes/jogamp/opengl/macosx
parent8e56bd80ab17970e2a45039a44d15e36514c4d50 (diff)
MacOSXCGLContext: Remove Debug output
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/macosx')
-rw-r--r--src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java b/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java
index 33893e456..db27ccc79 100644
--- a/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java
+++ b/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java
@@ -330,7 +330,6 @@ public abstract class MacOSXCGLContext extends GLContextImpl
@Override
protected void associateDrawable(boolean bound) {
// context stuff depends on drawable stuff
- System.err.println("MaxOSXCGLContext.associateDrawable: "+bound);
if(bound) {
super.associateDrawable(true); // 1) init drawable stuff
impl.associateDrawable(true); // 2) init context stuff