diff options
author | Kenneth Russel <[email protected]> | 2009-03-19 07:40:41 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-03-19 07:40:41 +0000 |
commit | fa014178e3f10e161610ce9c2e1cdb5d1b16ea32 (patch) | |
tree | e2ad3cc285ee9a78877daee6b85da93e576ee71c /make/config/jogl/glxext.cfg | |
parent | 709b0c400a477945efd66185c229fc15f6805c07 (diff) |
Removed reflective queries from GLProfile and their use in
BuildComposablePipeline's generated code. Stopped squelching
exceptions in GlueGen. Fixed error in glxext.cfg.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1888 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/config/jogl/glxext.cfg')
-rwxr-xr-x | make/config/jogl/glxext.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/config/jogl/glxext.cfg b/make/config/jogl/glxext.cfg index d69a3df3b..0fcdfcf0d 100755 --- a/make/config/jogl/glxext.cfg +++ b/make/config/jogl/glxext.cfg @@ -9,7 +9,6 @@ JavaClass GLXExt ImplPackage com.sun.opengl.impl.x11.glx ImplJavaClass GLXExtImpl -ExtendedInterfaceSymbols ../build-temp/gensrc/classes/com/sun/opengl/impl/x11/glx/GLX.java Include gl-common-gl2.cfg Include gl-desktop.cfg |