diff options
-rw-r--r-- | make/config/jogl/cg-common.cfg | 4 | ||||
-rw-r--r-- | make/config/jogl/egl-common.cfg | 1 | ||||
-rw-r--r-- | make/config/jogl/gl-common.cfg | 1 | ||||
-rw-r--r-- | make/config/jogl/glu-common.cfg | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg index e9ff9d907..927d233a8 100644 --- a/make/config/jogl/cg-common.cfg +++ b/make/config/jogl/cg-common.cfg @@ -92,10 +92,6 @@ Ignore cgGetIntStateAssignmentValues Ignore cgGetParameterValues Ignore cgGetProgramOptions -# -# Need to import New IO for Buffer classes -# -Import java.nio.* # And NativeLibLoader for help loading the native libraries Import com.jogamp.opengl.impl.* diff --git a/make/config/jogl/egl-common.cfg b/make/config/jogl/egl-common.cfg index 01b681b87..fd65d5c10 100644 --- a/make/config/jogl/egl-common.cfg +++ b/make/config/jogl/egl-common.cfg @@ -4,7 +4,6 @@ GLHeader EGL/egl.h GLHeader EGL/eglext.h # Imports needed by all glue code -Import java.nio.* Import java.util.* Import javax.media.opengl.* Import javax.media.opengl.fixedfunc.* diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index 022c272df..0f6529167 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -8,7 +8,6 @@ RuntimeExceptionType GLException UnsupportedExceptionType GLException # Imports needed by all glue code -Import java.nio.* Import java.util.* Import javax.media.opengl.* Import javax.media.opengl.fixedfunc.* diff --git a/make/config/jogl/glu-common.cfg b/make/config/jogl/glu-common.cfg index 8fd053da1..937ca0348 100644 --- a/make/config/jogl/glu-common.cfg +++ b/make/config/jogl/glu-common.cfg @@ -9,7 +9,6 @@ TagNativeBinding true # # Imports needed by all glue code # -Import java.nio.* Import javax.media.opengl.* Import javax.media.opengl.glu.* Import com.jogamp.opengl.impl.* |