diff options
author | Sven Gothel <[email protected]> | 2008-07-21 00:22:57 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-21 00:22:57 +0000 |
commit | 8b4bbcaf0009b9a2504fc1cd0970a02a159d2052 (patch) | |
tree | 82f3e01a30e96d1afeabb5e296a22fe42d65e82a | |
parent | 94c2dac899efa43ed421b95c6a24805bbd3eaacd (diff) |
cleanupd GLXHyperpipeConfig debugging code .. oops
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/branches/JOGL_2_SANDBOX@105 a78bb65f-1512-4460-ba86-f6dc96a7bf27
-rw-r--r-- | src/java/com/sun/gluegen/JavaEmitter.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/java/com/sun/gluegen/JavaEmitter.java b/src/java/com/sun/gluegen/JavaEmitter.java index b1c0ca3..313a4dd 100644 --- a/src/java/com/sun/gluegen/JavaEmitter.java +++ b/src/java/com/sun/gluegen/JavaEmitter.java @@ -769,18 +769,9 @@ public class JavaEmitter implements GlueEmitter { return; } - if(name.startsWith("GLXHyperpipeConfig")) { - System.err.println("XXXX 1 GLXHyperpipeConfig"); - } if (cfg.shouldIgnoreInInterface(name)) { - if(name.startsWith("GLXHyperpipeConfig")) { - System.err.println("XXXX 2 GLXHyperpipeConfig .. dropped"); - } return; } - if(name.startsWith("GLXHyperpipeConfig")) { - System.err.println("XXXX 3 GLXHyperpipeConfig .. taken"); - } Type containingCType = canonicalize(new PointerType(SizeThunk.POINTER, structType, 0)); JavaType containingType = typeToJavaType(containingCType, false, null); |