summaryrefslogtreecommitdiffstats
path: root/make/config/jogl/cg-common.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-08 01:39:38 +0200
committerMichael Bien <[email protected]>2010-04-08 01:39:38 +0200
commite76ebd8a98dfc60af05a490cae6e2e057a5c351d (patch)
treeb9d4c805584a33fb5224a0c96075fde66a7e5537 /make/config/jogl/cg-common.cfg
parent3046f4a785d8be1dcd491d864c17c92b6c52fbdd (diff)
removed duplicated imports in config files due to changes in gluegen.
Diffstat (limited to 'make/config/jogl/cg-common.cfg')
-rw-r--r--make/config/jogl/cg-common.cfg4
1 files changed, 0 insertions, 4 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.*