aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-CustomJavaCode-gl2.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-11-21 01:08:02 +0000
committerKenneth Russel <[email protected]>2008-11-21 01:08:02 +0000
commit36cc7d0aca61320a0b1377174af6724b48f558a8 (patch)
treefe84c390a77e424c6d568a32ff3701d0d6fa4726 /make/glu-CustomJavaCode-gl2.java
parent0201c5ea5c34bf715e9436001db8f9d79164b162 (diff)
Moved gluErrorString, gluCheckExtension and gluGetString to base GLU class
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1795 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-CustomJavaCode-gl2.java')
-rw-r--r--make/glu-CustomJavaCode-gl2.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/make/glu-CustomJavaCode-gl2.java b/make/glu-CustomJavaCode-gl2.java
index 247e37c87..b1d35532c 100644
--- a/make/glu-CustomJavaCode-gl2.java
+++ b/make/glu-CustomJavaCode-gl2.java
@@ -46,25 +46,6 @@ public static final GL2 getCurrentGL2() throws GLException {
return curContext.getGL().getGL2();
}
-public final String gluErrorString(int errorCode) {
- return Error.gluErrorString(errorCode);
-}
-
-/* extName is an extension name.
- * extString is a string of extensions separated by blank(s). There may or
- * may not be leading or trailing blank(s) in extString.
- * This works in cases of extensions being prefixes of another like
- * GL_EXT_texture and GL_EXT_texture3D.
- * Returns true if extName is found otherwise it returns false.
- */
-public final boolean gluCheckExtension(java.lang.String extName, java.lang.String extString) {
- return Registry.gluCheckExtension(extName, extString);
-}
-
-public final String gluGetString(int name) {
- return Registry.gluGetString(name);
-}
-
/**
* Returns true if the specified GLU core- or extension-function can be
* successfully used through this GLU instance. By "successfully" we mean