From 56ef8e63a185250bb910e63043f0d882babfac3d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 9 Jun 2023 20:26:42 +0200 Subject: Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c --- make/config/joal-alc.cfg | 1 - make/config/joal-alext.cfg | 1 - make/config/joal.cfg | 1 - 3 files changed, 3 deletions(-) diff --git a/make/config/joal-alc.cfg b/make/config/joal-alc.cfg index 7858c46..efba5a6 100755 --- a/make/config/joal-alc.cfg +++ b/make/config/joal-alc.cfg @@ -42,7 +42,6 @@ ManuallyImplement alcGetString # going to wrap it in another method IncludeAs CustomJavaCode ALC joal-alc-CustomJavaCode.java IncludeAs CustomJavaCode ALCAbstractImpl joal-alcabstract-CustomJavaCode.java -ManualStaticInitCall ALCAbstractImpl # These routines use strings ArgumentIsString alcIsExtensionPresent 1 diff --git a/make/config/joal-alext.cfg b/make/config/joal-alext.cfg index 80e7ccc..da63612 100644 --- a/make/config/joal-alext.cfg +++ b/make/config/joal-alext.cfg @@ -39,7 +39,6 @@ Ignore ^AL_.+ Ignore ^ALC_.+ IncludeAs CustomJavaCode ALExtAbstractImpl joal-alextabstract-CustomJavaCode.java -ManualStaticInitCall ALExtAbstractImpl # These routines use or return strings ArgumentIsString alcLoopbackOpenDeviceSOFT 0 diff --git a/make/config/joal.cfg b/make/config/joal.cfg index ac368a3..050c000 100755 --- a/make/config/joal.cfg +++ b/make/config/joal.cfg @@ -30,7 +30,6 @@ Import java.security.PrivilegedAction Ignore ^AL_.+ IncludeAs CustomJavaCode ALImpl joal-al-CustomJavaCode.java -ManualStaticInitCall ALImpl # Provide #includes to native code CustomCCode #include "al.h" -- cgit v1.2.3