aboutsummaryrefslogtreecommitdiffstats
path: root/make/cg-common.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-04-19 17:35:54 +0000
committerKenneth Russel <[email protected]>2008-04-19 17:35:54 +0000
commit2a8dc85eff702dcf5273645b3829fe1f4576b571 (patch)
tree114551d38323bba4a9245fb1c3259832fbdce4b7 /make/cg-common.cfg
parent63b7a79103b51207c9910b00bbec4670a5570f72 (diff)
Removed Import of java.nio.* and adjusted custom Java code after
fixing of GlueGen Issue 6 git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1605 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/cg-common.cfg')
-rw-r--r--make/cg-common.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg
index d0ae8303c..e4462e2a1 100644
--- a/make/cg-common.cfg
+++ b/make/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.sun.opengl.impl.*