diff options
author | Wade Walker <[email protected]> | 2018-12-28 10:14:11 -0600 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-19 07:12:51 +0200 |
commit | 8579724abe960693e2f8f853a4d651d095ca1ca7 (patch) | |
tree | 48b852796f5aba79257274389e5fed54dfad5a29 | |
parent | eca5d53ab4370d73362dab8d1f0cc3eb974f16a8 (diff) |
Removed import that caused GLUgl2/GLUgl2ProcAddressTable not to compile
-rw-r--r-- | make/config/jogl/glu-gl2.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/config/jogl/glu-gl2.cfg b/make/config/jogl/glu-gl2.cfg index 54b9a15ad..7c8735ff1 100644 --- a/make/config/jogl/glu-gl2.cfg +++ b/make/config/jogl/glu-gl2.cfg @@ -43,7 +43,6 @@ Import java.security.* Import com.jogamp.gluegen.runtime.opengl.GLProcAddressResolver Import jogamp.opengl.glu.gl2.nurbs.* Import jogamp.opengl.glu.mipmap.Mipmap -Import jogamp.opengl.glu.gl2.* Import com.jogamp.opengl.GL2 Import jogamp.opengl.gl2.ProjectDouble |