diff options
author | Michael Bien <[email protected]> | 2010-04-08 01:39:38 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-08 01:39:38 +0200 |
commit | e76ebd8a98dfc60af05a490cae6e2e057a5c351d (patch) | |
tree | b9d4c805584a33fb5224a0c96075fde66a7e5537 /make/config | |
parent | 3046f4a785d8be1dcd491d864c17c92b6c52fbdd (diff) |
removed duplicated imports in config files due to changes in gluegen.
Diffstat (limited to 'make/config')
-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.* |