diff options
author | Kenneth Russel <[email protected]> | 2008-11-21 01:08:02 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-11-21 01:08:02 +0000 |
commit | 36cc7d0aca61320a0b1377174af6724b48f558a8 (patch) | |
tree | fe84c390a77e424c6d568a32ff3701d0d6fa4726 /make/glu-gl2.cfg | |
parent | 0201c5ea5c34bf715e9436001db8f9d79164b162 (diff) |
Moved gluErrorString, gluCheckExtension and gluGetString to base GLU class
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1795 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-gl2.cfg')
-rwxr-xr-x | make/glu-gl2.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/glu-gl2.cfg b/make/glu-gl2.cfg index 068b47675..0ebf23258 100755 --- a/make/glu-gl2.cfg +++ b/make/glu-gl2.cfg @@ -38,8 +38,6 @@ IncludeAs CustomJavaCode GLUgl2 glu-CustomJavaCode-gl2.java # GLU needs access to the GLUtesselatorImpl class for GLUtesselator, # to the Mipmap class for scaling and mipmap generation, # and to the nurbs.* package for the NURBS functionality -Import com.sun.opengl.impl.glu.error.Error -Import com.sun.opengl.impl.glu.registry.Registry Import com.sun.opengl.impl.glu.nurbs.* Import java.security.* Import com.sun.gluegen.runtime.opengl.GLProcAddressHelper |