diff options
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 |