aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/native/macosx/MacOSXWindowSystemInterface.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-26 23:08:10 +0100
committerSven Gothel <[email protected]>2011-11-26 23:08:10 +0100
commit457803bac0bf2328de160daa35542fd7c854dc4b (patch)
treea3026109dc0eba430cfd59703183b1ec00f59ad8 /src/jogl/native/macosx/MacOSXWindowSystemInterface.h
parentc26d6005e1fe74e9aee01d9d72942f566884fcd2 (diff)
MacOSX: Disable native verbosity
Diffstat (limited to 'src/jogl/native/macosx/MacOSXWindowSystemInterface.h')
-rw-r--r--src/jogl/native/macosx/MacOSXWindowSystemInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/native/macosx/MacOSXWindowSystemInterface.h b/src/jogl/native/macosx/MacOSXWindowSystemInterface.h
index b2d7f9db8..138accb22 100644
--- a/src/jogl/native/macosx/MacOSXWindowSystemInterface.h
+++ b/src/jogl/native/macosx/MacOSXWindowSystemInterface.h
@@ -3,7 +3,7 @@
#import <OpenGL/CGLTypes.h>
#import <jni.h>
-#define VERBOSE_ON 1
+// #define VERBOSE_ON 1
#ifdef VERBOSE_ON
#define DBG_PRINT(...) NSLog(@ __VA_ARGS__)