summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/joal-constants.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/joal-constants.cfg b/make/joal-constants.cfg
index 9abd941..1385370 100755
--- a/make/joal-constants.cfg
+++ b/make/joal-constants.cfg
@@ -6,7 +6,3 @@ JavaClass ALConstants
# Factor out the OpenAL constants into their own interface
IgnoreNot ^AL_.+
-
-# Add back in the constants the PCPP can't currently parse
-# (FIXME: once it does, these lines will have to be removed)
-CustomJavaCode ALConstants public static final int AL_INVALID = -1;