removed dynamic loading, since alut is statically linked (doh!)

This commit is contained in:
Brian Matzon 2002-12-14 12:54:25 +00:00
parent 7083363a91
commit ddfc7f4919
2 changed files with 1 additions and 2 deletions

View file

@ -54,7 +54,7 @@
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_openal_ALUT_nCreate (JNIEnv *env, jobject obj) {
return InitializeOpenAL();
return true;
}
/*

View file

@ -40,7 +40,6 @@
extern "C" {
#endif
extern int InitializeOpenAL();
/*
* Class: org_lwjgl_openal_ALUT
* Method: nCreate