summaryrefslogtreecommitdiffstats
path: root/make/joal-alc-CustomJavaCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal-alc-CustomJavaCode.java')
-rwxr-xr-xmake/joal-alc-CustomJavaCode.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/joal-alc-CustomJavaCode.java b/make/joal-alc-CustomJavaCode.java
index 53696f4..be28d8c 100755
--- a/make/joal-alc-CustomJavaCode.java
+++ b/make/joal-alc-CustomJavaCode.java
@@ -1,6 +1,3 @@
-/** Entry point (through function pointer) to C language function: <br> <code> const ALCchar * alcGetString(ALCdevice * device, ALCenum param); </code> */
-public java.lang.String alcGetString(ALCdevice device, int param);
-
/** Fetches the names of the available ALC device specifiers.
Equivalent to the C call alcGetString(NULL, ALC_DEVICE_SPECIFIER). */
public java.lang.String[] alcGetDeviceSpecifiers();