aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-gl2.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-11-21 01:08:02 +0000
committerKenneth Russel <[email protected]>2008-11-21 01:08:02 +0000
commit36cc7d0aca61320a0b1377174af6724b48f558a8 (patch)
treefe84c390a77e424c6d568a32ff3701d0d6fa4726 /make/glu-gl2.cfg
parent0201c5ea5c34bf715e9436001db8f9d79164b162 (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-xmake/glu-gl2.cfg2
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