From 8b4bbcaf0009b9a2504fc1cd0970a02a159d2052 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 21 Jul 2008 00:22:57 +0000 Subject: 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 --- src/java/com/sun/gluegen/JavaEmitter.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/java/com/sun/gluegen/JavaEmitter.java') 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); -- cgit v1.2.3