aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/config/joal-alc-constants-CustomJavaCode.java3
-rw-r--r--make/config/joal-alc-constants.cfg2
2 files changed, 0 insertions, 5 deletions
diff --git a/make/config/joal-alc-constants-CustomJavaCode.java b/make/config/joal-alc-constants-CustomJavaCode.java
deleted file mode 100644
index fe97124..0000000
--- a/make/config/joal-alc-constants-CustomJavaCode.java
+++ /dev/null
@@ -1,3 +0,0 @@
-public final java.lang.String ALC_ENUMERATION_EXT_NAME = "ALC_ENUMERATION_EXT";
-
-public final java.lang.String ALC_ENUMERATE_ALL_EXT_NAME = "ALC_ENUMERATE_ALL_EXT"; \ No newline at end of file
diff --git a/make/config/joal-alc-constants.cfg b/make/config/joal-alc-constants.cfg
index b58f700..83ea061 100644
--- a/make/config/joal-alc-constants.cfg
+++ b/make/config/joal-alc-constants.cfg
@@ -6,5 +6,3 @@ JavaClass ALCConstants
# Factor out the OpenAL constants into their own interface
IgnoreNot ^ALC_.+
-
-IncludeAs CustomJavaCode ALCConstants joal-alc-constants-CustomJavaCode.java