From 2b5522690722cb3b02a4b2aced6e4bd7b2f82dfe Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 00:34:45 +0100 Subject: Build: Move gluegen config files into make/config (cleanup) --- make/joal-alc-CustomJavaCode.java | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 make/joal-alc-CustomJavaCode.java (limited to 'make/joal-alc-CustomJavaCode.java') 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(); -- cgit v1.2.3