aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal.cfg')
-rwxr-xr-xmake/joal.cfg18
1 files changed, 0 insertions, 18 deletions
diff --git a/make/joal.cfg b/make/joal.cfg
index 5ce03f8..6b1bd32 100755
--- a/make/joal.cfg
+++ b/make/joal.cfg
@@ -21,24 +21,6 @@ Import java.security.PrivilegedAction
# Factor out the OpenAL constants into their own interface
Ignore ^AL_.+
-# This routine is not exposed in the public API
-AccessControl alGetProcAddress PACKAGE_PRIVATE
-# We also have to hack its return type for now because we can't make
-# just that void* opaque
-Opaque long ALproc
-
-# This routine doesn't seem to exist
-Ignore alHint
-
-# Mappings for data types
-Opaque boolean ALboolean
-
-# These routines use or return strings
-ReturnsString alGetString
-ArgumentIsString alIsExtensionPresent 0
-ArgumentIsString alGetEnumValue 0
-ArgumentIsString alGetProcAddress 0
-
IncludeAs CustomJavaCode ALImpl joal-common-CustomJavaCode.java
# Provide #includes to native code