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.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/joal-alc-CustomJavaCode.java b/make/joal-alc-CustomJavaCode.java
deleted file mode 100755
index be28d8c..0000000
--- a/make/joal-alc-CustomJavaCode.java
+++ /dev/null
@@ -1,7 +0,0 @@
-/** Fetches the names of the available ALC device specifiers.
- Equivalent to the C call alcGetString(NULL, ALC_DEVICE_SPECIFIER). */
-public java.lang.String[] alcGetDeviceSpecifiers();
-
-/** Fetches the names of the available ALC capture device specifiers.
- Equivalent to the C call alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER). */
-public java.lang.String[] alcGetCaptureDeviceSpecifiers();